[all-commits] [llvm/llvm-project] 94c71d: [InstCombine] Add tests for abs intrinsic eq zero ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Sep 5 06:12:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 94c71d6aa1632170e27c60db4aa63c86e95bd450
https://github.com/llvm/llvm-project/commit/94c71d6aa1632170e27c60db4aa63c86e95bd450
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-09-05 (Sat, 05 Sep 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
[InstCombine] Add tests for abs intrinsic eq zero (NFC)
Commit: ada8a17d945c17c5603e24824f642ca199412adf
https://github.com/llvm/llvm-project/commit/ada8a17d945c17c5603e24824f642ca199412adf
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-09-05 (Sat, 05 Sep 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
[InstCombine] Fold abs intrinsic eq zero
Following the same transform for the select version of abs.
Compare: https://github.com/llvm/llvm-project/compare/430b47a17d22...ada8a17d945c
More information about the All-commits
mailing list