[llvm] MC: X86 intel syntax: Support data32 and data16 better (PR #156287)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 00:04:17 PDT 2025


================
@@ -0,0 +1,28 @@
+// RUN: llvm-mc -triple i386-unknown-unknown --x86-asm-syntax=intel --show-encoding %s | FileCheck %s
----------------
MaskRay wrote:

Move this to intel-syntax-32.s instead. Possibly change the test to use --show-encoding

https://github.com/llvm/llvm-project/pull/156287


More information about the llvm-commits mailing list