[all-commits] [llvm/llvm-project] ecd250: [InstCombine] Add (icmp eq B, 0) | (icmp ult/gt A, ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 19 07:25:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ecd25086d142a0a07bb774c54ba51b042a47c31c
https://github.com/llvm/llvm-project/commit/ecd25086d142a0a07bb774c54ba51b042a47c31c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
[InstCombine] Add (icmp eq B, 0) | (icmp ult/gt A, B) -> (icmp ule A, B-1) vector support
More information about the All-commits
mailing list