[all-commits] [llvm/llvm-project] 11ae47: Revert "Move "auto-init" instructions to the domin...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Mon Apr 3 06:46:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11ae47dfc675c60f4bcea82c581b82bb3701274a
https://github.com/llvm/llvm-project/commit/11ae47dfc675c60f4bcea82c581b82bb3701274a
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
R llvm/include/llvm/Transforms/Utils/MoveAutoInit.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Utils/CMakeLists.txt
R llvm/lib/Transforms/Utils/MoveAutoInit.cpp
M llvm/test/Other/new-pm-defaults.ll
M llvm/test/Other/new-pm-lto-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
R llvm/test/Transforms/MoveAutoInit/branch.ll
R llvm/test/Transforms/MoveAutoInit/clobber.ll
R llvm/test/Transforms/MoveAutoInit/fence.ll
R llvm/test/Transforms/MoveAutoInit/loop.ll
R llvm/test/Transforms/MoveAutoInit/scalar.ll
Log Message:
-----------
Revert "Move "auto-init" instructions to the dominator of their users"
This reverts commit cca01008cc31a891d0ec70aff2201b25d05d8f1b.
This change breaks memory ssa checks, see https://lab.llvm.org/buildbot#builders/109/builds/60970
More information about the All-commits
mailing list