[all-commits] [llvm/llvm-project] e38b1f: [InstCombine] Add additional tests for X + Y + C u...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Apr 25 03:50:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e38b1f7d09a4e3b700125cceca4288772a25b635
https://github.com/llvm/llvm-project/commit/e38b1f7d09a4e3b700125cceca4288772a25b635
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-04-25 (Mon, 25 Apr 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-add.ll
Log Message:
-----------
[InstCombine] Add additional tests for X + Y + C u< X (NFC)
We don't actually need the limitation for C == -1, so update test
naming accordingly, and also test a non-uniform vector constant.
More information about the All-commits
mailing list