[PATCH] D95577: [GlobalISel] Walk through hints in getDefIgnoringCopies et al

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 16:22:04 PST 2021


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-select.mir:3-11
 --- |
   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 }
----------------
You can drop this IR section


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

https://reviews.llvm.org/D95577



More information about the llvm-commits mailing list