The following patch contains support for hoisting instructions such as:
%4353:gpr64 = MOVi64imm 4617315517961601024
to the top of the basic block.
These idempotent instructions are sorted alphabetically.
Paths
| Differential D44368
MIR-Canon Idempotent Instruction Hoisting. ClosedPublic Authored by plotfi on Mar 11 2018, 10:38 AM.
Details
Diff Detail
Event Timeline
plotfi marked 7 inline comments as done.
This revision is now accepted and ready to land.Mar 30 2018, 3:51 PM
Revision Contents
Diff 137948 lib/CodeGen/MIRCanonicalizerPass.cpptest/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
|
Capitalize variable names please (Call them S and OS, maybe).