Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp | ||
---|---|---|
913 | It looks optimizeEndCf may also make some changes, but you detect this already earlier in the swtich statement (when checking for the presence of SI_END_CF), so it does not require any further changes, right? |
llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp | ||
---|---|---|
913 | Right, it won't do anything unless there was an SI_END_CF instruction in the function, which was detected earlier. |
It looks optimizeEndCf may also make some changes, but you detect this already earlier in the swtich statement (when checking for the presence of SI_END_CF), so it does not require any further changes, right?