[PATCH] D65550: [AArch64] Do not emit '#' before immediates in inline asm

Pirama Arumuga Nainar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 14:24:22 PST 2019


pirama added a comment.

In D65550#1752082 <https://reviews.llvm.org/D65550#1752082>, @vsk wrote:

> Thanks Nick & Eli, '-fno-integrated-as' does the trick, as does changing the makefile. If the effect of this patch on the asm writer is intentional/correct, we can just push for a project change instead of fiddling with the compiler.


@vsk The switch from `.ascii` to `.byte` was not intentional.  But I'm not sure if it's incorrect.  Can someone familiar with the AArch64 ASM confirm if this change doesn't inadvertently use the wrong directive?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65550/new/

https://reviews.llvm.org/D65550





More information about the llvm-commits mailing list