Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117228
[IRBuilder] Migrate select-folding to value-based FoldSelect. ClosedPublic Authored by fhahn on Jan 13 2022, 8:08 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2022, 8:12 AM This revision was landed with ongoing or failed builds.Jan 15 2022, 3:27 AM Closed by commit rGba3198cfd114: [IRBuilder] Migrate select-folding to value-based FoldSelect. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 400268 llvm/include/llvm/Analysis/InstSimplifyFolder.h
llvm/include/llvm/Analysis/TargetFolder.h
llvm/include/llvm/IR/ConstantFolder.h
llvm/include/llvm/IR/IRBuilderFolder.h
llvm/include/llvm/IR/NoFolder.h
llvm/lib/IR/IRBuilder.cpp
llvm/test/Transforms/LoopVectorize/pr34681.ll
|