[all-commits] [llvm/llvm-project] 90798e: Re-enable "[InstCombine] Simplify boolean Phis wit...
max-azul via All-commits
all-commits at lists.llvm.org
Thu Jul 16 02:09:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 90798e09e29012fe316565ea04a1f848c5e40e6e
https://github.com/llvm/llvm-project/commit/90798e09e29012fe316565ea04a1f848c5e40e6e
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M clang/test/CodeGenObjC/exceptions.m
M clang/test/CodeGenObjCXX/exceptions-legacy.mm
M clang/test/CodeGenOpenCL/convergent.cl
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/test/Transforms/CallSiteSplitting/callsite-split.ll
M llvm/test/Transforms/InstCombine/branch.ll
M llvm/test/Transforms/InstCombine/icmp-constant-phi.ll
M llvm/test/Transforms/InstCombine/phi.ll
M llvm/test/Transforms/InstCombine/select.ll
M llvm/test/Transforms/InstCombine/simple_phi_condition.ll
M llvm/test/Transforms/PhaseOrdering/simplifycfg-options.ll
Log Message:
-----------
Re-enable "[InstCombine] Simplify boolean Phis with const inputs using CFG"
This reverts commit b893822e32ffe3c1dcf4d5ac0571a282582d72b2.
+ Clang test fixes
+ Insertion point fix for landing pads
More information about the All-commits
mailing list