[all-commits] [llvm/llvm-project] 2c43d5: [CodeGen] Move function splitting tests from X86 t...

Daniel Hoekwater via All-commits all-commits at lists.llvm.org
Wed Aug 16 11:11:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c43d591c6c85489bd81b2653f0f7b1e91bb97f5
      https://github.com/llvm/llvm-project/commit/2c43d591c6c85489bd81b2653f0f7b1e91bb97f5
  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