[all-commits] [llvm/llvm-project] f2517c: [X86][AMX] remove related code of X86PreAMXConfigP...
yubingex007-a11y via All-commits
all-commits at lists.llvm.org
Thu Oct 19 22:43:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2517cbceec0bd9b049ba24f36cb3a2508c988fa
https://github.com/llvm/llvm-project/commit/f2517cbceec0bd9b049ba24f36cb3a2508c988fa
Author: yubingex007-a11y <bing1.yu at intel.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M clang/docs/tools/clang-formatted-files.txt
M llvm/include/llvm/CodeGen/Passes.h
M llvm/lib/Target/X86/CMakeLists.txt
M llvm/lib/Target/X86/X86.h
R llvm/lib/Target/X86/X86PreAMXConfig.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
R llvm/test/CodeGen/X86/AMX/amx-configO2toO0-precfg.ll
M llvm/tools/opt/opt.cpp
M llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
Log Message:
-----------
[X86][AMX] remove related code of X86PreAMXConfigPass (#69569)
In https://reviews.llvm.org/D125075, we switched to use
FastPreTileConfig in O0 and abandoned X86PreAMXConfigPass.
we can remove related code of X86PreAMXConfigPass safely.
More information about the All-commits
mailing list