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

Yuta Mukai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 05:14:06 PDT 2022


ytmukai updated this revision to Diff 449852.
ytmukai added a comment.

Thanks for the reviews! I fixed the test case to use FileCheck variables. update_mir_test_checks.py didn't replace MIR numbered variables because it doesn't recognize the instructions with the flag `nofpexcept`.


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

https://reviews.llvm.org/D127840

Files:
  llvm/include/llvm/CodeGen/ModuloSchedule.h
  llvm/lib/CodeGen/ModuloSchedule.cpp
  llvm/test/CodeGen/PowerPC/sms-large-stages.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127840.449852.patch
Type: text/x-patch
Size: 25405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220804/7bc5b519/attachment.bin>


More information about the llvm-commits mailing list