[all-commits] [llvm/llvm-project] 02b070: [InstSimplify] add tests for logic-of-icmp with mi...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Apr 19 05:24:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 02b070ed497fa38fc3aca857bc2f03975ecb28a7
https://github.com/llvm/llvm-project/commit/02b070ed497fa38fc3aca857bc2f03975ecb28a7
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/test/Transforms/InstSimplify/AndOrXor.ll
A llvm/test/Transforms/InstSimplify/and-or-icmp-min-max.ll
R llvm/test/Transforms/InstSimplify/unsigned-range-checks.ll
Log Message:
-----------
[InstSimplify] add tests for logic-of-icmp with min/max constant; NFC
See PR45510:
https://bugs.llvm.org/show_bug.cgi?id=45510
We had partial coverage for some of these patterns, so removing duplicate tests
with the complete set in the new test file.
More information about the All-commits
mailing list