[PATCH] D100179: [GVN][NFC] Refactor code and add description for GVN object

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 20 01:40:38 PST 2021


mstorsjo added a comment.

In D100179#3144293 <https://reviews.llvm.org/D100179#3144293>, @ksyx wrote:

> @mstorsjo
>
> I have made fix to my patch and your problem seemly to be solved in my local test. Please check again and thanks for feedback again.
>
>   [build]$ bin/clang -target armv7-w64-mingw32 -w -c -O2 vlc-preproc.c
>   [build]$ echo $?
>   0
>
> I think I may add some checks sometime.

Thanks, the original case seems to still build fine now.


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

https://reviews.llvm.org/D100179



More information about the llvm-commits mailing list