[llvm] [MC][AsmPrinter] Introduce llvm_reg_offset pseudo cfi instruction. (PR #125104)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 08:25:32 PST 2025
================
@@ -265,6 +265,8 @@ void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) {
case MCCFIInstruction::OpLabel:
case MCCFIInstruction::OpValOffset:
break;
+ case MCCFIInstruction::OpLLVMRegOffset:
+ llvm_unreachable("Can't handle llvm_reg_offset yet!");
----------------
michaelmaitland wrote:
What is the impact of not handling this yet?
https://github.com/llvm/llvm-project/pull/125104
More information about the llvm-commits
mailing list