[PATCH] D150047: [X86][CodeGen] Do not add `offset` for memory reference using symbol

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 02:59:33 PDT 2023


alvinhochun added inline comments.


================
Comment at: llvm/test/CodeGen/X86/ms-inline-asm-functions.ll:1
+; RUN: llc -no-integrated-as < %s | FileCheck %s
+
----------------
MaskRay wrote:
> MaskRay wrote:
> > Add a comment ``;; Check that the generated memory references do not contain the `offset` operator. Use -no-integrated-as to disable AsmParser formatting.``
> Perhaps add `-x86-asm-syntax=intel` beside `-no-integrated-as` to output Intel syntax consistently.
It doesn't seem to make a difference to the output of the inline assembly sections.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150047



More information about the llvm-commits mailing list