[all-commits] [llvm/llvm-project] b296e8: [ProfCheck] Disable X86 AMX Test Case
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Nov 4 16:54:35 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b296e8fdf847f0041455e495b13ffb7aa6592e56
https://github.com/llvm/llvm-project/commit/b296e8fdf847f0041455e495b13ffb7aa6592e56
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[ProfCheck] Disable X86 AMX Test Case
4776451693f4a6bd18e50106edb4b3cfa766484f broke this because it started
running an existing pass using the NewPM, which caused ProfCheck to
catch existing issues. Disable it for now because we have not started
looking at anything in the Codegen pipeline. This pass is also only
enabled at O0 or if a function has optnone, so not super critical.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list