[PATCH] D125789: FIX the assembly format of the x86 backend to make both clang and gcc happy

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 08:19:11 PDT 2022


pengfei added a comment.

I think another way is to report the issue to GCC. From the perspective of the user, GCC should support both `{%k1} {z}` and `{%k1}{z}`. Then we don't need the clange on LLVM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125789



More information about the cfe-commits mailing list