llvm-project
8b3b0b86
- [AMDGPU][SIInsertWaitcnt][NFC] Replace if/else with switch (#178956)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#178956 - [AMDGPU][SIInsertWaitcnt][NFC] Replace if/else with switch
Author
vporpo
Parents
49e3ae6f
Loading