[PATCH] D149123: [AArch64][InlineAsm]Add Clang support for flag output constraints

David Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 25 10:44:05 PDT 2023


davidxl added inline comments.


================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:1216
+// Returns the length of cc constraint.
+static unsigned matchAsmCCConstraint(const char *&Name) {
+  constexpr unsigned len = 5;
----------------
Name is not modified in this method, so perhaps dropping '&'?


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

https://reviews.llvm.org/D149123



More information about the cfe-commits mailing list