[PATCH] D93764: [LoopUnswitch] Implement first version of partial unswitching.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 03:55:02 PST 2021


mstorsjo added a comment.

I've got one problem narrowed down to one source file in a project; https://martin.st/temp/dav1d-thread_task-preproc.c, compiled with `clang -target x86_64-w64-mingw32 -c -O3` does trigger the issue - I haven't dug in closer to zoom in on exactly what it is though - hopefully you can spot the differences.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93764



More information about the llvm-commits mailing list