[PATCH] D32869: [globalisel][tablegen] Require that all registers between instructions of a match are virtual.
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 15:55:37 PDT 2017
qcolombet added a comment.
If that happens, doesn't that means we need to support it?
The way I was thinking about this was that we should be able to insert copy to vreg before and after to assign to and from the physical registers.
https://reviews.llvm.org/D32869
More information about the llvm-commits
mailing list