llvm-project
17f0aaac - [TTI] Assert that TargetIRAnalyis is not requested for intrinsics

Commit
288 days ago
[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
Author
Parents
Loading