[PATCH] D81492: [AArch64][GlobalISel] Set hasSideEffects = 0 on custom shuffle opcodes

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 11:33:05 PDT 2020


paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
Herald added a project: LLVM.

This was making it so that the instructions weren't eliminated in select-rev.mir and select-trn.mir despite not being used.

      

Update the tests accordingly.


https://reviews.llvm.org/D81492

Files:
  llvm/lib/Target/AArch64/AArch64InstrGISel.td
  llvm/test/CodeGen/AArch64/GlobalISel/select-rev.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-trn.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81492.269617.patch
Type: text/x-patch
Size: 14925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/cfaed428/attachment.bin>


More information about the llvm-commits mailing list