[all-commits] [llvm/llvm-project] 21de99: [[GlobalISel][IRTranslator] Fix a crash when the u...
AE via All-commits
all-commits at lists.llvm.org
Sat Dec 12 15:15:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 21de99d43c88c00c007a2b3e350d56328f26660e
https://github.com/llvm/llvm-project/commit/21de99d43c88c00c007a2b3e350d56328f26660e
Author: Amara Emerson <amara at apple.com>
Date: 2020-12-12 (Sat, 12 Dec 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-extract-used-by-dbg.ll
Log Message:
-----------
[[GlobalISel][IRTranslator] Fix a crash when the use of an extractvalue is a non-dominated metadata use.
We don't expect uses to come before defs in the CFG, so allocateVRegs() asserted.
Fixes PR48211
More information about the All-commits
mailing list