[PATCH] D133914: [InlineAsm][bugfix] Correct function addressing in inline asm
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 18:31:12 PDT 2022
xiangzhangllvm added a comment.
I think there is no big problem after so long time reviews.
Currently only X86 backend implement TLI.isInlineAsmTargetBranch(AsmStrs, OpNo).
It is safe for other targets to go the old way (however, it is not suggested to keep the bug) if they do not implement TLI.isInlineAsmTargetBranch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133914/new/
https://reviews.llvm.org/D133914
More information about the llvm-commits
mailing list