[PATCH] D29436: RegisterCoalescer: Fix joinReservedPhysReg()

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 18:39:16 PST 2017


MatzeB added a comment.

I will try to update the tests tomorrow. BTW: For testing regalloc infrastructure I found that you do not need to invent new instructions, just take an existing one (like NOP) and add implicit def and use operands in your .mir test case :)


Repository:
  rL LLVM

https://reviews.llvm.org/D29436





More information about the llvm-commits mailing list