[PATCH] D79716: [CodeGen] Fix bug in inline asm reserved register detection

Victor Campos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 05:52:38 PDT 2020


vhscampos added a comment.

Thanks @efriedma for the clarification. It seems that the handling of input operands must be moved to clang then.

(Yes, gcc prints an error in this case.)

I am opening another review to remove the handling of inputs operands for the time being.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79716/new/

https://reviews.llvm.org/D79716





More information about the llvm-commits mailing list