[all-commits] [llvm/llvm-project] 8dff86: [NFC] Add additional tests for icmp predicate.
Nadav Rotem via All-commits
all-commits at lists.llvm.org
Fri Jan 14 15:27:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dff860c220c71f314be00ae78be0ded0389e38f
https://github.com/llvm/llvm-project/commit/8dff860c220c71f314be00ae78be0ded0389e38f
Author: Nadav Rotem <nadav256 at gmail.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-shr-lt-gt.ll
Log Message:
-----------
[NFC] Add additional tests for icmp predicate.
This commit adds small tests for the combination of:
{exact, no_exact} x { EQ, NE, UGT, UGE, ULT, ULE, SGT, SGE, SLT, SLE}
This is related to the changes in D117338.
More information about the All-commits
mailing list