[all-commits] [llvm/llvm-project] fb0c50: [MoveAutoInit] Gracefully handle auto-init annotat...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Aug 15 07:22:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb0c50be5b66ca689d78ad281cb07bf46d435756
https://github.com/llvm/llvm-project/commit/fb0c50be5b66ca689d78ad281cb07bf46d435756
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Utils/MoveAutoInit.cpp
A llvm/test/Transforms/MoveAutoInit/invalid-annotation.ll
Log Message:
-----------
[MoveAutoInit] Gracefully handle auto-init annotation on unexpected instr (PR64661)
Abort the transform instead of asserting.
Fixes https://github.com/llvm/llvm-project/issues/64661.
More information about the All-commits
mailing list