[all-commits] [llvm/llvm-project] c7abf8: Revert "[AArch64][SVE] Replace integer immediate i...
dancgr via All-commits
all-commits at lists.llvm.org
Wed Dec 18 11:10:47 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c7abf8841187c6e2c4169c06226429cdd5650e7f
https://github.com/llvm/llvm-project/commit/c7abf8841187c6e2c4169c06226429cdd5650e7f
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2019-12-18 (Wed, 18 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-gather-scatter-dag-combine.ll
M llvm/test/CodeGen/AArch64/sve-int-imm.ll
M llvm/test/CodeGen/AArch64/sve-int-log-imm.ll
Log Message:
-----------
Revert "[AArch64][SVE] Replace integer immediate intrinsics with splat vector variant"
This reverts commit 830e08b98bcb427136443093c282b25328137cf0 and eb1857ce0da481caf82271e6d0c9fc745dfab26f.
This commit leads to an unexpected failure on test/CodeGen/AArch64/sve-gather-scatter-dag-combine.ll.
The review will need more changes before its re-commited.
More information about the All-commits
mailing list