[all-commits] [llvm/llvm-project] 2c6f78: [InstCombine] add tests for icmp with sub with mul...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Fri Apr 1 10:50:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c6f78dc2c3eab050e8ef21d5ca0064a88053792
https://github.com/llvm/llvm-project/commit/2c6f78dc2c3eab050e8ef21d5ca0064a88053792
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-sub.ll
Log Message:
-----------
[InstCombine] add tests for icmp with sub with multiple uses; NFC
Issue #54558
Commit: ec0b332cd8b57815eb3f905c0cca69864e90f3d2
https://github.com/llvm/llvm-project/commit/ec0b332cd8b57815eb3f905c0cca69864e90f3d2
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
A llvm/test/CodeGen/AArch64/setcc-fsh.ll
Log Message:
-----------
[AArch64] add tests for funnel+or == 0; NFC
These are copied from x86 ( 1074bdfb52b2e1753e51472 ) to
provide more coverage for a potential generic combine.
Compare: https://github.com/llvm/llvm-project/compare/c50eec400c0e...ec0b332cd8b5
More information about the All-commits
mailing list