Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / CodeGen / X86 / asm-modifier-32.ll
blob79cd2cb7af49a1e9be3049503b2074b44e47a987
1 ; RUN: llc < %s -mtriple=i686-- -no-integrated-as | FileCheck %s
3 ; If the target does not have 64-bit integer registers, emit 32-bit register
4 ; names.
6 ; CHECK: movq (%e{{[abcd]}}x, %ebx, 4)
8 define void @q_modifier(ptr %p) {
9 entry:
10   tail call void asm sideeffect "movq (${0:q}, %ebx, 4), %mm0", "r,~{dirflag},~{fpsr},~{flags}"(ptr %p)
11   ret void