[PATCH] D127840: [MachinePipeliner] Fix Phi generation failure for large stages

Yuta Mukai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 06:51:38 PDT 2022


ytmukai added a comment.

@rovka Thank you for the advice. I re-ran the test on the current revision. It still fails on fuzzer and libomp. However, it is not related to this patch. Other patches have failed as well, and the pipeliner pass does not work on x86 target.
Instead, I locally confirmed the tests for the pipeliner passed for the current revision as follows.

  llvm-lit llvm/test/CodeGen/ARM llvm/test/CodeGen/Hexagon llvm/test/CodeGen/PowerPC llvm/test/CodeGen/Thumb2


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127840



More information about the llvm-commits mailing list