[PATCH] D76890: [GlobalISel] Fix equality for copies from physregs in matchEqualDefs

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 16:52:46 PDT 2020


paquette updated this revision to Diff 253011.
paquette added a comment.

- Remove FIXME, since we don't want to care about register liveness in isel
- Update testcase so that there's an implicit def between the copies
- Add another testcase that has a copy between the copies, because that should probably be tested too


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76890/new/

https://reviews.llvm.org/D76890

Files:
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-select.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76890.253011.patch
Type: text/x-patch
Size: 5616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/4cdd2f41/attachment-0001.bin>


More information about the llvm-commits mailing list