[PATCH] D89088: [MBP] Add whole chain to BlockFilterSet instead of individual BB

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 15:31:58 PDT 2020


davidxl added a comment.

ok, makes sense.  Basically since the inner loop is laid out first, the outer loop can not individually split out the blocks already laid out.   What is the manifest of the problem? wrong profile data or compiler crash or something else?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89088



More information about the llvm-commits mailing list