[all-commits] [llvm/llvm-project] 561d9c: [X86] Add vector test coverage for select(icmp(x, y...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 26 09:08:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 561d9cd6f457827bb81fcd036343ad14ec70f89c
https://github.com/llvm/llvm-project/commit/561d9cd6f457827bb81fcd036343ad14ec70f89c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-26 (Sun, 26 Feb 2023)
Changed paths:
M llvm/test/CodeGen/X86/abds-vector-128.ll
M llvm/test/CodeGen/X86/abds-vector-256.ll
M llvm/test/CodeGen/X86/abds-vector-512.ll
M llvm/test/CodeGen/X86/abdu-vector-128.ll
M llvm/test/CodeGen/X86/abdu-vector-256.ll
M llvm/test/CodeGen/X86/abdu-vector-512.ll
Log Message:
-----------
[X86] Add vector test coverage for select(icmp(x,y),sub(x,y),sub(y,x)) -> abd(x,y) patterns
More information about the All-commits
mailing list