[all-commits] [llvm/llvm-project] 6c32dd: [AArch64][x86] add tests for swapped cmp+vselect p...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Nov 12 12:50:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c32dd4dfafe01d01e4b189a4eeda5c4497c71ec
https://github.com/llvm/llvm-project/commit/6c32dd4dfafe01d01e4b189a4eeda5c4497c71ec
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M llvm/test/CodeGen/AArch64/vselect-constants.ll
M llvm/test/CodeGen/X86/vselect-zero.ll
Log Message:
-----------
[AArch64][x86] add tests for swapped cmp+vselect patterns; NFC
These patterns were noted in the recent D113212 and follow-ups.
I did not bother to duplicate every test because it should be
clear if we recognize the swaps from a smaller sample. We have
complete coverage for the original patterns.
More information about the All-commits
mailing list