[all-commits] [llvm/llvm-project] 6982c3: [ConstantFolding] Fix folding of constrained compa...
Serge Pavlov via All-commits
all-commits at lists.llvm.org
Sat Feb 26 20:01:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6982c38cb120ec7cd6a895b0363643678e362557
https://github.com/llvm/llvm-project/commit/6982c38cb120ec7cd6a895b0363643678e362557
Author: Serge Pavlov <sepavloff at gmail.com>
Date: 2022-02-27 (Sun, 27 Feb 2022)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/constfold-constrained.ll
Log Message:
-----------
[ConstantFolding] Fix folding of constrained compare intrinsics
The change fixes treatment of constrained compare intrinsics if
compared values are of vector type.
Differential revision: https://reviews.llvm.org/D110322
More information about the All-commits
mailing list