[PATCH] D59995: [LV] Exclude loop-invariant inputs from scalar cost computation.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 11:43:05 PDT 2019


mstorsjo added a comment.

In D59995#1585031 <https://reviews.llvm.org/D59995#1585031>, @fhahn wrote:

> In D59995#1584967 <https://reviews.llvm.org/D59995#1584967>, @mstorsjo wrote:
>
> > This triggers failed asserts in some cases, reproable with  https://martin.st/temp/loadimage-preproc.cpp.xz, with `clang++ -target i686-w64-mingw32 -c -O3 loadimage-preproc.cpp`. Will post a proper bug report later today, unless someone else beats me to it.
>
>
> Thanks for reporting the issue, should be fixed in rL366049 <https://reviews.llvm.org/rL366049>.


Thanks for the very quick fix - it seems to work fine now!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59995





More information about the llvm-commits mailing list