[all-commits] [llvm/llvm-project] a9b570: SPIRV: Fix constructing temporary TTI in SPIRVPrep...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 15 23:14:44 PDT 2026
Branch: refs/heads/users/arsenm/spirv/fix-creating-tti-SPIRVPrepareFunctions
Home: https://github.com/llvm/llvm-project
Commit: a9b570a432736a678953e5127f232ff9f76367bf
https://github.com/llvm/llvm-project/commit/a9b570a432736a678953e5127f232ff9f76367bf
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-07-16 (Thu, 16 Jul 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
Log Message:
-----------
SPIRV: Fix constructing temporary TTI in SPIRVPrepareFunctions
Passes should obtain TargetTransformInfo from the analysis manager
and never construct one. It may contain pipeline configuration state
(e.g., TargetLibraryInfo).
Co-authored-by: Claude (Claude Opus 4.8) <noreply at anthropic.com>
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