llvm-project
8b3b0b86 - [AMDGPU][SIInsertWaitcnt][NFC] Replace if/else with switch (#178956)

Commit
83 days ago
[AMDGPU][SIInsertWaitcnt][NFC] Replace if/else with switch (#178956) This is an NFC patch that replaces the consecutive ifs and else ifs in generateWaitcntInstBefore() with a switch. This makes it a bit easier to read.
Author
Parents
Loading