[PATCH] D60942: Emit diagnostic if inline asm "n" constraint isn't an immediate

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 22:20:40 PDT 2019


void added a comment.

I added a new constraint type `C_Immdediate` which indicates that a constraint requires an immediate value.

Please take a look.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60942





More information about the llvm-commits mailing list