[PATCH] D40421: [CodeGen] Always use `printReg` to print registers in both MIR and debug output

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 03:33:53 PST 2017


thegameg created this revision.
Herald added subscribers: JDevlieghere, eraman, javed.absar.

As part of the unification of the debug format and the MIR format, always use `printReg` to print all kinds of registers.


https://reviews.llvm.org/D40421

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40421.124157.patch
Type: text/x-patch
Size: 27601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171124/c4b35e99/attachment.bin>


More information about the llvm-commits mailing list