[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 19 19:21:18 PDT 2019


jyknight added a comment.

There shouldn't be an empty string ("") in the asm output -- that should be a reference to the "l_yes" label, not the empty string. That seems very weird...

Even odder: running clang -S on the above without -fno-integrated-as emits a ".quad .Ltmp00" (note the extra "0"!), while with -fno-integrated-as, it properly refers to ".Ltmp0".


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

https://reviews.llvm.org/D56571





More information about the cfe-commits mailing list