Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It is not needed with the alternate implementation of Pred-Copy that was enabled only during liverange split D150388.
Paths
| Differential D143752
[MachineInstr] Use isCopy helper function (NFC). AbandonedPublic Authored by cdevadas on Feb 10 2023, 9:15 AM.
Diff Detail
Event Timelinecdevadas added a parent revision: D143742: [VirtRegMap] Further optimize emitting KILL for copy.Feb 10 2023, 9:57 AM cdevadas added a child revision: D143753: [MachineInstr] Introduce TII buildCopy helper functions (NFC).. This revision is now accepted and ready to land.Feb 10 2023, 4:52 PM Comment Actions It is not needed with the alternate implementation of Pred-Copy that was enabled only during liverange split D150388.
Revision Contents
Diff 496513 llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
llvm/lib/CodeGen/CodeGenCommonISel.cpp
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp
llvm/lib/CodeGen/GlobalISel/Utils.cpp
|