[PATCH] D149579: [X86][MC] Fix parsing Intel syntax indirect branch with symbol only

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 09:02:08 PDT 2023


alvinhochun added a comment.

I'm aware of the check-clang failure in `CodeGen/ms-inline-asm-functions.c`. It seems to be caused by the MS inline assembly being translated in a way that breaks with this patch, which means I may have to look into fixing that code too. That also revealed an issue with my patch regarding how `call [offset function]` is handled -- apparently GAS treats it the same as `call function`. I'll try to get this fixed.


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