[PATCH] D137707: Move "auto-init" instructions to the dominator of their users
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 10:23:55 PDT 2023
leonardchan added a comment.
Hi. I think the reland broke our mac builder at https://ci.chromium.org/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.x64-host_test_only-mac-subbuild/b8784753709492580801/overview with:
Assertion failed: (!I.isVolatile() && "auto init instructions cannot be volatile."), function runMoveAutoInit, file llvm/lib/Transforms/Utils/MoveAutoInit.cpp, line 112.
Would you be able to take a look and send out a fix or revert?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137707/new/
https://reviews.llvm.org/D137707
More information about the llvm-commits
mailing list