[PATCH] D25012: [x86][inline-asm] Add support for curly brackets escape using "%" in extended inline asm.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 08:21:41 PDT 2016


rnk added inline comments.


> x86_inlineasm_curly_bracket_escape.c:1
> +// RUN: %clang_cc1 %s -target-cpu skylake-avx512 -O0  -S -o - -Wall -Werror | FileCheck %s
> +// This test checks validity of inline assembly using curly brackets syntax

Please check the LLVM IR, not the assembly

Repository:
  rL LLVM

https://reviews.llvm.org/D25012





More information about the cfe-commits mailing list