[PATCH] D151863: [x86][MC] Fix movdir64b addressing
Wang, Xin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 18:43:29 PDT 2023
XinWang10 added inline comments.
================
Comment at: clang/test/CodeGen/ms-inline-asm-64.c:79
+ int arr[1000];
+ __asm enqcmds rax, zmmword ptr [arr]
+ // CHECK: call void asm sideeffect inteldialect "enqcmds rax, zmmword ptr $0", "*m,~{flags},~{dirflag},~{fpsr},~{flags}"(ptr elementtype([1000 x i32]) %arr)
----------------
This could be movdir64b?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151863/new/
https://reviews.llvm.org/D151863
More information about the cfe-commits
mailing list