These clean up some unnecessary or instructions in
cases with complex loops.
In the original testcase I noticed this, the same
or with exec was repeated 5 or 6 times in a row. With
this only one is emitted or sometimes a copy.
Paths
| Differential D24534
AMDGPU: Allow some control flow intrinsics to be CSEd ClosedPublic Authored by arsenm on Sep 13 2016, 4:43 PM.
Details
Summary These clean up some unnecessary or instructions in In the original testcase I noticed this, the same
Diff Detail Event Timelinearsenm updated this object. This revision is now accepted and ready to land.Sep 16 2016, 2:38 PM
Revision Contents
Diff 71266 lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIIntrinsics.td
test/CodeGen/AMDGPU/multilevel-break.ll
|