[PATCH] D22397: MIRParser: Rewrite register info initialization; mostly NFC

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 17:53:54 PDT 2016


MatzeB updated this revision to Diff 65639.
MatzeB marked 3 inline comments as done.
MatzeB added a comment.

Updated patch that maps vreg numbers in the .mir file to newly created vregs in the MachineFunction (as opposed to taking them literally as the previous version).


Repository:
  rL LLVM

https://reviews.llvm.org/D22397

Files:
  include/llvm/CodeGen/MachineRegisterInfo.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRParser/MIParser.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MachineRegisterInfo.cpp
  test/CodeGen/MIR/X86/undefined-virtual-register.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22397.65639.patch
Type: text/x-patch
Size: 23610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/792438e3/attachment.bin>


More information about the llvm-commits mailing list