[PATCH] D79743: [clang][asm goto][slh] Warn if asm goto + SLH

Jennifer Yu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 10:50:26 PDT 2020


jyu2 added a comment.

I don’t know what consequences is of using asm goto under SLH.

In general, if asm-goto is not allowed, the diagnostic should be emitted during the parser.  If asm-goto is not allowed under specified condition, the diagnostic should be emitted during sema.  Diagnostic should not be emitted in the lower(codegen) in general (exception may be for target related).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79743





More information about the cfe-commits mailing list