[libc-commits] [PATCH] D118099: [libc][NFC] Fix GCC inline asm compilation problems + workaround clang assertion

Roland McGrath via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 25 14:42:31 PST 2022


mcgrathr added a comment.

I think in fact the proper thing for this case is to just use a single operand "+t" to directly indicate that the one operand is both input and output.  I'm not sure that "=&t" and "0" will behave any different, but this seems to be exactly what "+" is for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118099



More information about the libc-commits mailing list