[PATCH] D57621: [X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber name to make MS inline asm work correctly
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 14:48:58 PST 2019
rnk added a comment.
This is a pretty big change. I feel like it would be reasonable to add some logic to ParseStmtAsm.cpp in clang to do this translation, rather than changing how we print %st / %st(0) everywhere.
What does GCC's -S output look like?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57621/new/
https://reviews.llvm.org/D57621
More information about the llvm-commits
mailing list