[PATCH] D74201: [GlobalISel][IRTranslator] Add special case support for ~memory inline asm clobber

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 06:47:59 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp:1567
+    // Until we have full inline assembly support, we just try to handle the
+    // very simple case of just "~{memory" to avoid falling back so often.
+    if (ConstraintStr != "~{memory}")
----------------
Missing } in comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74201





More information about the llvm-commits mailing list