[all-commits] [llvm/llvm-project] 448d89: [PowerPC] Add coverage for select(icmp_sgt(x, y), su...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 25 13:15:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 448d896519d2c7ec79dec75d1ec33c120a767659
https://github.com/llvm/llvm-project/commit/448d896519d2c7ec79dec75d1ec33c120a767659
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-25 (Sat, 25 Feb 2023)
Changed paths:
M llvm/test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
Log Message:
-----------
[PowerPC] Add coverage for select(icmp_sgt(x,y),sub(x,y),sub(y,x)) -> abds(x,y) patterns
Commit: 7ebf9b0ca3d38a1875f527116bafb85b88a5420d
https://github.com/llvm/llvm-project/commit/7ebf9b0ca3d38a1875f527116bafb85b88a5420d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-25 (Sat, 25 Feb 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/abd-combine.ll
Log Message:
-----------
[AArch64] Add coverage for select(icmp(x,y),sub(x,y),sub(y,x)) -> abd(x,y) patterns
Compare: https://github.com/llvm/llvm-project/compare/8757ce490130...7ebf9b0ca3d3
More information about the All-commits
mailing list