[PATCH] D157063: [CodeGen] Make the MachineFunctionSplitter pass testable via MIR

Daniel Hoekwater via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 14:58:36 PDT 2023


dhoekwater abandoned this revision.
dhoekwater added a comment.

In D157063#4573702 <https://reviews.llvm.org/D157063#4573702>, @snehasish wrote:

> Is there a specific reason to test MFS (on ARM) with MIR instead of .ll inputs?

In a different review, I was asked to make MIR tests so that they only targeted a single pass. That doesn't seem necessary here, so I'll use bitcode tests instead. Dropping this revision and updating its dependents.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157063



More information about the llvm-commits mailing list