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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 6 13:01:35 PDT 2023


MaskRay 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:
> 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.


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