[all-commits] [llvm/llvm-project] 1670e0: [CodeGen] Move function splitting tests from X86 t...
Daniel Hoekwater via All-commits
all-commits at lists.llvm.org
Tue Aug 15 18:33:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1670e0ea076b12b3fcea2ea63f01bc09e0e7f3b2
https://github.com/llvm/llvm-project/commit/1670e0ea076b12b3fcea2ea63f01bc09e0e7f3b2
Author: Daniel Hoekwater <hoekwater at google.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
A llvm/test/CodeGen/Generic/machine-function-splitter.ll
R llvm/test/CodeGen/X86/machine-function-splitter.ll
Log Message:
-----------
[CodeGen] Move function splitting tests from X86 to Generic (NFC)
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.
Differential Revision: https://reviews.llvm.org/D157563
More information about the All-commits
mailing list