Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
1028 | Maybe it make sense to inject s_trap as well. |
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | ||
---|---|---|
1028 | This would complicate things. As it is traps are broken when the handler isn't enabled since it ends up inserted a terminator in the middle of the block |
Maybe it make sense to inject s_trap as well.