[PATCH] D44533: [AMDGPU] Fix codegen for inline assembly

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 16 10:08:13 PDT 2018


arsenm added inline comments.


================
Comment at: lib/Basic/Targets/AMDGPU.h:288
 
+  // Constraint parm will be left pointing at the last character of
+  // the constraint.  In practice, it won't be changed unless the
----------------
parm?


https://reviews.llvm.org/D44533





More information about the cfe-commits mailing list