[all-commits] [llvm/llvm-project] 305862: [AArch64][GlobalISel] Set hasSideEffects = 0 on cu...
Jessica Paquette via All-commits
all-commits at lists.llvm.org
Fri Jun 12 09:40:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 305862a5a6f0d73819f6a884176ba1f134502c3f
https://github.com/llvm/llvm-project/commit/305862a5a6f0d73819f6a884176ba1f134502c3f
Author: Jessica Paquette <jpaquette at apple.com>
Date: 2020-06-12 (Fri, 12 Jun 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/test/CodeGen/AArch64/GlobalISel/select-rev.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-trn.mir
Log Message:
-----------
[AArch64][GlobalISel] Set hasSideEffects = 0 on custom shuffle opcodes
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.
Differential Revision: https://reviews.llvm.org/D81492
More information about the All-commits
mailing list