[all-commits] [llvm/llvm-project] 5bf085: Return "[InstCombine] Simplify compare of Phi with...
Sam Parker via All-commits
all-commits at lists.llvm.org
Wed Jun 17 03:39:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5bf0858c0b4cb5237fa4bf0cf58a76ec5076ef5a
https://github.com/llvm/llvm-project/commit/5bf0858c0b4cb5237fa4bf0cf58a76ec5076ef5a
Author: Sam Parker <sam.parker at arm.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M clang/test/CodeGenObjC/exceptions.m
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/icmp-constant-phi.ll
M llvm/test/Transforms/InstCombine/indexed-gep-compares.ll
M llvm/test/Transforms/InstCombine/zext-or-icmp.ll
Log Message:
-----------
Return "[InstCombine] Simplify compare of Phi with constant inputs against a constant"
I originally reverted the patch because it was causing performance
issues, but now I think it's just enabling simplify-cfg to do
something that I don't want instead :)
Sorry for the noise.
This reverts commit 3e39760f8eaad4770efa05824768e67237915cf5.
More information about the All-commits
mailing list