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

Changwei Zou via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 08:21:54 PDT 2022


sheisc abandoned this revision.
sheisc added a comment.

In D125789#3519361 <https://reviews.llvm.org/D125789#3519361>, @pengfei wrote:

> I guess a lot of lines of tests need to update
>
>   $ grep -rn " {z}" llvm/test/CodeGen/X86/ | wc -l
>   7797

Thanks.
Yes. It seems to be a big revision, caused by only one white space :)


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