[PATCH] D157458: [X86] Run X86FastPreTileConfigPass only with FastISel.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 01:54:56 PDT 2023


arsenm added a comment.

In D157458#4646407 <https://reviews.llvm.org/D157458#4646407>, @arsenm wrote:

> Post-selection code should not be tolerant of registers without a class. It is unequivocally a bug for a used register to pass selection without a class dead or not

The comment changes in MRI seem unrelated to the actual change, can you post those separately?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157458



More information about the llvm-commits mailing list