[PATCH] D105142: RFC: Implementing new mechanism for hard register operands to inline asm as a constraint.

James Y Knight via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 7 08:22:53 PDT 2022


jyknight added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.

What's the status of this? Did the GCC proposal go anywhere? I'd be happy to see this move forward if you're also pushing it on the GCC side.



================
Comment at: clang/lib/CodeGen/CGStmt.cpp:2077
+  // which one to emit.
+  // FIXME: Should we add one additional level of granulariy, where the compiler
+  // can forgive the user, if they mention the same register to be used through
----------------
I don't think the FIXME seems useful. I don't see any reason why anyone should validly use both at the same time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105142



More information about the cfe-commits mailing list