[all-commits] [llvm/llvm-project] 47afaf: [llvm-exegesis] Initialize all supported targets

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Sep 22 09:03:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47afaf2eb02b1424a9aba241ccd02393a0cbc648
      https://github.com/llvm/llvm-project/commit/47afaf2eb02b1424a9aba241ccd02393a0cbc648
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M llvm/CMakeLists.txt
    A llvm/include/llvm/Config/TargetExegesis.def.in
    M llvm/tools/llvm-exegesis/CMakeLists.txt
    M llvm/tools/llvm-exegesis/lib/TargetSelect.h
    M llvm/tools/llvm-exegesis/llvm-exegesis.cpp

  Log Message:
  -----------
  [llvm-exegesis] Initialize all supported targets

Enable registration of multiple exegesis targets at once. Use idiomatic approach to defining target select macros, but leave code in the llvm-mca sub-directories for now.

This is a stepping stone towards allowing llvm-exegesis benchmarking via simulator or testing in non-target dependent tests.

Differential Revision: https://reviews.llvm.org/D133605




More information about the All-commits mailing list