[all-commits] [llvm/llvm-project] 5419b6: [SimplifyCFG] Update FoldTwoEntryPHINode to handle...
Juneyoung Lee via All-commits
all-commits at lists.llvm.org
Sun Feb 28 20:35:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5419b671375c46299ff1da6c929859040e7beaf5
https://github.com/llvm/llvm-project/commit/5419b671375c46299ff1da6c929859040e7beaf5
Author: Juneyoung Lee <aqjune at gmail.com>
Date: 2021-03-01 (Mon, 01 Mar 2021)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[SimplifyCFG] Update FoldTwoEntryPHINode to handle and/or of select and binop equally
This is a minor change that fixes FoldTwoEntryPHINode to handle
phis with and/ors of select form and binop form equally.
More information about the All-commits
mailing list