[PATCH] D32636: [x86][inline-asm][llvm]Amend size directive deduction mechanism of unsized memory operands
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 11:35:35 PDT 2017
rnk added a comment.
Does https://reviews.llvm.org/rL302179 solve the problems you were having? It should reduce the number of places we need to do these ugly rewrites, and make inline asm parsing more consistent with standalone asm parsing.
Repository:
rL LLVM
https://reviews.llvm.org/D32636
More information about the llvm-commits
mailing list