[all-commits] [llvm/llvm-project] 6990e7: [ConstantRange] Improve the implementation of bina...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Thu May 19 14:39:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6990e7477d24ff585ae86549f5280f0be65422a6
https://github.com/llvm/llvm-project/commit/6990e7477d24ff585ae86549f5280f0be65422a6
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M llvm/lib/IR/ConstantRange.cpp
M llvm/unittests/IR/ConstantRangeTest.cpp
Log Message:
-----------
[ConstantRange] Improve the implementation of binaryOr
This diff adjusts binaryOr to take advantage of the analysis
based on KnownBits.
Differential revision: https://reviews.llvm.org/D125933
Test plan:
1/ ninja check-llvm
2/ ninja check-llvm-unit
More information about the All-commits
mailing list