This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4342472 Revert "[lit] Use os.devnull instead of named temp files" new 33933df [PM] Port LCSSA to the new PM. new e9ee1a2 [NVPTX] Mark bar.sync intrinsic as convergent.
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/IR/IntrinsicsNVVM.td | 2 +- include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Utils/LCSSA.h | 44 ++++++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopInterchange.cpp | 2 +- lib/Transforms/Scalar/LoopVersioningLICM.cpp | 2 +- lib/Transforms/Utils/LCSSA.cpp | 58 +++++++++++++++------- lib/Transforms/Utils/LoopUtils.cpp | 2 +- lib/Transforms/Utils/Utils.cpp | 2 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- .../LCSSA/2006-06-12-MultipleExitsSameBlock.ll | 1 + test/Transforms/LCSSA/2006-07-09-NoDominator.ll | 1 + .../LCSSA/2006-10-31-UnreachableBlock.ll | 1 + test/Transforms/LCSSA/basictest.ll | 1 + test/Transforms/LCSSA/invoke-dest.ll | 1 + test/Transforms/LCSSA/mixed-catch.ll | 1 + test/Transforms/LCSSA/unused-phis.ll | 1 + 18 files changed, 100 insertions(+), 25 deletions(-) create mode 100644 include/llvm/Transforms/Utils/LCSSA.h