[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 09:06:54 PDT 2017
rnk added a subscriber: mcrosier.
rnk added a comment.
https://reviews.llvm.org/rL166316 was the commit that originally added the AOK_SizeDirective logic for inline asm. @mcrosier said "This allows the backend to do proper instruction selection." I think now that we have the unsized mem operand matching loop, we don't need this rewrite at all, it's just getting in the way.
Repository:
rL LLVM
https://reviews.llvm.org/D32636
More information about the llvm-commits
mailing list