[all-commits] [llvm/llvm-project] 7c164a: [SVE] Fix some logical arithmetic tests
david-arm via All-commits
all-commits at lists.llvm.org
Tue Jan 26 03:06:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c164a92250fce0559d7c20e2e5e67fc52755806
https://github.com/llvm/llvm-project/commit/7c164a92250fce0559d7c20e2e5e67fc52755806
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
Log Message:
-----------
[SVE] Fix some logical arithmetic tests
There were some right-shift tests in
CodeGen/AArch64/sve-int-arith-imm.ll
that were being folded away because we were shifting all the bits
out to the right. I've updated the tests to ensure this doesn't
happen.
More information about the All-commits
mailing list