[PATCH] D51502: [X86] Fix register resizings for inline assembly register operands.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 14:09:25 PDT 2018


efriedma added a comment.

If someone is doing this, and intentionally ignoring gcc's warning, I think we have to assume they're depending on gcc's register choices.  So we should either reject or match gcc.


Repository:
  rL LLVM

https://reviews.llvm.org/D51502





More information about the llvm-commits mailing list