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

Evgenii Kudriashov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 19:19:33 PDT 2023


e-kud added a comment.

@qcolombet I've updated the comment. Do you think we still need to modify `X86FastPreTileConfig`? In the latest version we disable this pass for `GlobalISel` because it was intended for the code selected by `FastISel`. It's unclear whether we need it with `GlobalISel` in the future or not.


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