This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4961912e737 [AArch64][Falkor] Refine modeling of store-release exclusiv [...] new a88bbf0e225 [ConstHoisting] Add BFI in constanthoisting pass and select [...] new 4f4553914f6 [SimplifyCFG] Fix the determination of PostBB in conditiona [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Scalar/ConstantHoisting.h | 8 +- lib/Transforms/Scalar/ConstantHoisting.cpp | 212 +++++++++++++++++++--- lib/Transforms/Utils/SimplifyCFG.cpp | 12 +- test/CodeGen/X86/constant-hoisting-bfi.ll | 115 ++++++++++++ test/CodeGen/X86/fold-tied-op.ll | 1 - test/Transforms/ConstantHoisting/X86/ehpad.ll | 11 ++ test/Transforms/SimplifyCFG/merge-cond-stores.ll | 18 +- 7 files changed, 329 insertions(+), 48 deletions(-) create mode 100644 test/CodeGen/X86/constant-hoisting-bfi.ll