[all-commits] [llvm/llvm-project] 138fcc: [IRBuilder] Migrate icmp-folding to value-based Fo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 12 04:38:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 138fcc5f7619b5f066b9529a41ed47695149c8df
https://github.com/llvm/llvm-project/commit/138fcc5f7619b5f066b9529a41ed47695149c8df
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-12 (Wed, 12 Jan 2022)
Changed paths:
M llvm/include/llvm/Analysis/InstSimplifyFolder.h
M llvm/include/llvm/Analysis/TargetFolder.h
M llvm/include/llvm/IR/ConstantFolder.h
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/IRBuilderFolder.h
M llvm/include/llvm/IR/NoFolder.h
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVersioning/lcssa.ll
Log Message:
-----------
[IRBuilder] Migrate icmp-folding to value-based FoldICmp.
Depends on D116935.
Reviewed By: nikic, lebedev.ri
Differential Revision: https://reviews.llvm.org/D116969
More information about the All-commits
mailing list