[PATCH] D65550: [AArch64] Do not emit '#' before immediates in inline asm
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 11:54:18 PDT 2019
efriedma added a comment.
This only affects inline asm, it looks like, not general instructions? (I looked briefly, and it looks like instructions go through AArch64InstPrinter::printOperand instead.)
I don't think this would cause any issues off the top of my head, but you might want to run something like an Android build to confirm that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65550/new/
https://reviews.llvm.org/D65550
More information about the llvm-commits
mailing list