[PATCH] D87879: [LoopInterchange] Add dominance check to guarantee output dependency order

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 15:17:11 PST 2020


fhahn added a comment.

Actually, could we get similar problems for dependencies other than output, eg if we have a conditional load that is later used?


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

https://reviews.llvm.org/D87879



More information about the llvm-commits mailing list