[llvm] 3dc2f26 - [MLGO] Move MBB Profile Dump test to Generic (#66856)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 11:50:36 PDT 2023


Author: Aiden Grossman
Date: 2023-09-20T11:50:33-07:00
New Revision: 3dc2f2618b732822794ac9bb3605b4d5fe7efb5e

URL: https://github.com/llvm/llvm-project/commit/3dc2f2618b732822794ac9bb3605b4d5fe7efb5e
DIFF: https://github.com/llvm/llvm-project/commit/3dc2f2618b732822794ac9bb3605b4d5fe7efb5e.diff

LOG: [MLGO] Move MBB Profile Dump test to Generic (#66856)

This patch moves the MBB Profile Dump to ./llvm/test/CodeGen/Generic
from ./llvm/test/CodeGen/MlRegAlloc as the profile dump doesn't have
anything to do with the ML guided register allocation heuristic.

Added: 
    llvm/test/CodeGen/Generic/bb-profile-dump.ll

Modified: 
    

Removed: 
    llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll


################################################################################
diff  --git a/llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll b/llvm/test/CodeGen/Generic/bb-profile-dump.ll
similarity index 100%
rename from llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll
rename to llvm/test/CodeGen/Generic/bb-profile-dump.ll


        


More information about the llvm-commits mailing list