[PATCH] D143311: [MLGO] Add BB Profile Dump Pass for Regalloc Case

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 07:08:53 PST 2023


mtrofin added a comment.

In D143311#4120232 <https://reviews.llvm.org/D143311#4120232>, @thakis wrote:

> The enable of this test without tflite broke tests on Mac: http://45.33.8.238/macm1/54722/step_11.txt
>
> Please take a look and revert for now if it takes a while to fix.
>
> (Saying this here since the other change doesn't have a phab link in its commit message.)

I'll send a patch in a moment. It's probably because the .ll is missing a triple. The test has no dependency on tflite, nor is it regalloc specific (albeit motivated by a regalloc and a mlgo training usecase).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143311



More information about the llvm-commits mailing list