[all-commits] [llvm/llvm-project] 43da8a: [DAG] Add test coverage for ABD "sub of selects" p...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Sep 11 07:19:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43da8a7a10237e8cb89e6d776bec81d97b5326d1
https://github.com/llvm/llvm-project/commit/43da8a7a10237e8cb89e6d776bec81d97b5326d1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M llvm/test/CodeGen/AArch64/abds.ll
M llvm/test/CodeGen/AArch64/abdu.ll
M llvm/test/CodeGen/RISCV/abds.ll
M llvm/test/CodeGen/RISCV/abdu.ll
M llvm/test/CodeGen/X86/abds.ll
M llvm/test/CodeGen/X86/abdu.ll
Log Message:
-----------
[DAG] Add test coverage for ABD "sub of selects" patterns based off #53045
Add tests for "sub(select(icmp(a,b),a,b),select(icmp(a,b),b,a)) -> abd(a,b)" patterns that still fail to match to abd nodes
This will hopefully be helped by #108218
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list