[PATCH] D157563: [CodeGen] Move function splitting tests from X86 to Generic

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


dhoekwater created this revision.
dhoekwater added reviewers: snehasish, shenhan, xur, wenlei.
Herald added subscribers: pengfei, kristof.beyls.
Herald added a project: All.
dhoekwater requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Machine function splitting will become available for AArch64; since MFS
is no longer X86-only, the tests for generic behavior should live
somewhere other than tests/CodeGen/X86.

MFS implementation doesn't vary much across platforms, and most tests
should be identical between X86 and AArch64 besides instruction
selection, so the tests can live together in tests/CodeGen/Generic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157563

Files:
  llvm/test/CodeGen/Generic/machine-function-splitter.ll
  llvm/test/CodeGen/X86/machine-function-splitter.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157563.548814.patch
Type: text/x-patch
Size: 11490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230809/de0163cb/attachment.bin>


More information about the llvm-commits mailing list