[all-commits] [llvm/llvm-project] a7a8e2: [InstCombine] Add more vscale icmp tests (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Mar 16 06:25:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7a8e237e8cf8022d004384f54f18a7b79c4d6fb
https://github.com/llvm/llvm-project/commit/a7a8e237e8cf8022d004384f54f18a7b79c4d6fb
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp-vscale.ll
Log Message:
-----------
[InstCombine] Add more vscale icmp tests (NFC)
In particular cover cases where vscale_range entries are larger
than the vscale bitwidth.
Commit: 531e06668bf84f6d5f85b15c5d2ff6418165a4c4
https://github.com/llvm/llvm-project/commit/531e06668bf84f6d5f85b15c5d2ff6418165a4c4
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
[ValueTracking] Return ConstantRange for intrinsic ranges (NFC)
Instead of setting Lower and Upper, return a ConstantRange.
Should do this for the others as well.
Compare: https://github.com/llvm/llvm-project/compare/fbf719b86846...531e06668bf8
More information about the All-commits
mailing list