[all-commits] [llvm/llvm-project] bf540a: [InstCombine] Add (icmp ult (X + CA), C1) | (icmp ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 20 07:18:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf540a64f3fc81cf0f14b5a15765f1ba9909d93e
https://github.com/llvm/llvm-project/commit/bf540a64f3fc81cf0f14b5a15765f1ba9909d93e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-20 (Tue, 20 Oct 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/or.ll
Log Message:
-----------
[InstCombine] Add (icmp ult (X + CA), C1) | (icmp eq X, C2) -> (icmp ule (X + CA), C1) test coverage
Add both commuted variants and vector uniform/nonuniform examples
More information about the All-commits
mailing list