[all-commits] [llvm/llvm-project] 17f0aa: [TTI] Assert that TargetIRAnalyis is not requested...
Alexander Richardson via All-commits
all-commits at lists.llvm.org
Tue Mar 4 08:51:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17f0aaac57d006cb1aef09be8eaf2bbdd6f5d0b6
https://github.com/llvm/llvm-project/commit/17f0aaac57d006cb1aef09be8eaf2bbdd6f5d0b6
Author: Alexander Richardson <alexrichardson at google.com>
Date: 2025-03-04 (Tue, 04 Mar 2025)
Changed paths:
M llvm/lib/Analysis/TargetTransformInfo.cpp
Log Message:
-----------
[TTI] Assert that TargetIRAnalyis is not requested for intrinsics
This catches the bug fixed in https://github.com/llvm/llvm-project/pull/127760
and also finds another call in LowerTypeTests where we request the TTI
for instrinsics instead of skipping them.
Reviewed By: nikic
Pull Request: https://github.com/llvm/llvm-project/pull/129600
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