[PATCH] D149579: [X86][MC] Fix parsing Intel syntax indirect branch with symbol only
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 20:52:51 PDT 2023
MaskRay added inline comments.
================
Comment at: llvm/test/MC/X86/intel-syntax-branch.s:48
+ call dword ptr fn_ref
+ jmp dword ptr fn_ref
+ // CHECK-32-LABEL: t5:
----------------
ICC and MSVC parse this differently.
Is this syntax valid?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149579/new/
https://reviews.llvm.org/D149579
More information about the llvm-commits
mailing list