[PATCH] D76890: [GlobalISel] Fix equality for copies from physregs in matchEqualDefs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 27 14:17:20 PDT 2020
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-select.mir:3-10
+--- |
+ declare void @foo()
+ define void @self() { ret void }
+ define void @self_with_copy() { ret void }
+ define void @self_not_equivalent_overwrite_w0() { ret void }
+ define void @self_not_equivalent_overwrite_w0_implicit() { ret void }
+ define void @self_not_equivalent_different_copies() { ret void }
----------------
The IR section shouldn't be needed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76890/new/
https://reviews.llvm.org/D76890
More information about the llvm-commits
mailing list