[libc-commits] [PATCH] D118099: [libc][NFC] Fix GCC inline asm compilation problems + workaround clang assertion
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 25 14:51:53 PST 2022
sivachandra added a comment.
In D118099#3270812 <https://reviews.llvm.org/D118099#3270812>, @mcgrathr wrote:
> 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.
Indeed, thanks!
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