[all-commits] [llvm/llvm-project] 4bb4f5: [InstCombine] add tests for vector icmp with undef...
RotateRight via All-commits
all-commits at lists.llvm.org
Thu Jan 2 12:41:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4bb4f5b1d9135cc1d3b804662a7b56fc84e075de
https://github.com/llvm/llvm-project/commit/4bb4f5b1d9135cc1d3b804662a7b56fc84e075de
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll
M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll
M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll
M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ugt-to-icmp-ugt.ll
M llvm/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ult-to-icmp-ugt.ll
Log Message:
-----------
[InstCombine] add tests for vector icmp with undef constant elements; NFC
More information about the All-commits
mailing list