This new pass failed an assertion whenever there were s_nops after the
end of clause.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp | ||
---|---|---|
115–116 | Seems like we should be able to avoid rescanning through all the instructions though |
Comment Actions
This fixes radeonsi on Navi 14, thanks.
Tested-by: Michel Dänzer <mdaenzer@redhat.com>
llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp | ||
---|---|---|
115–116 | True. I may try that as a follow-up. |
Seems like we should be able to avoid rescanning through all the instructions though