As part of the unification of the debug format and the MIR format, always use printReg to print all kinds of registers.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D40421
[CodeGen] Always use `printReg` to print registers in both MIR and debug output ClosedPublic Authored by thegameg on Nov 24 2017, 3:33 AM.
Details Summary As part of the unification of the debug format and the MIR format, always use printReg to print all kinds of registers.
Diff Detail Event TimelineHerald added subscribers: JDevlieghere, eraman, javed.absar. · View Herald TranscriptNov 24 2017, 3:33 AM This revision is now accepted and ready to land.Nov 27 2017, 10:58 AM Closed by commit rL319445: [CodeGen] Always use `printReg` to print registers in both MIR and debug (authored by thegameg). · Explain WhyNov 30 2017, 8:13 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124157 lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegUsageInfoCollector.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/RegisterUsageInfo.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/BPF/BPFISelDAGToDAG.cpp
test/CodeGen/X86/ipra-inline-asm.ll
test/CodeGen/X86/ipra-reg-alias.ll
test/CodeGen/X86/ipra-reg-usage.ll
|