[all-commits] [llvm/llvm-project] 8ea372: [SPARC] Remove assertions in printOperand for inli...
Koakuma via All-commits
all-commits at lists.llvm.org
Mon Aug 26 00:11:12 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 8ea372d8b628b0a11016f5282d47c372e3843b93
https://github.com/llvm/llvm-project/commit/8ea372d8b628b0a11016f5282d47c372e3843b93
Author: Koakuma <koachan at protonmail.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
M llvm/test/CodeGen/SPARC/inlineasm.ll
Log Message:
-----------
[SPARC] Remove assertions in printOperand for inline asm operands (#104692)
Inline asm operands could contain any kind of relocation, so remove the
checks.
Fixes https://github.com/llvm/llvm-project/issues/103493
(cherry picked from commit 576b7a781aac6b1d60a72248894b50e565e9185a)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list