[PATCH] D74999: [WebAssembly] Fix a non-determinism problem in FixIrreducibleControlFlow

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 16:20:55 PST 2020


aheejin added a comment.

There seem to be multiple places that call `Graph.getLoopEntries()`. I guess we should sort all of them..? How about sort `LoopEntries` at the end of `calculate()` once and for all?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74999





More information about the llvm-commits mailing list