Files
llvm-project/llvm/lib/Analysis/TargetTransformInfo.cpp
Finn Plummer af9f6d61b5 [NFC][VectorUtils] Simplify description of TriviallyScalaraziable intrinsics (#192505)
This pr allows us to specify if an intrinsic is `TriviallyScalarizable`
by specifying it in a more idiomatic way as an intrinsic property.

This was suggested here:
https://github.com/llvm/llvm-project/issues/120169#issuecomment-3805670982,
and would allow for the attached issue to be resolved in a similar
manner by having a `TriviallyVectorizable` property as well.

Assisted by: Github Copilot
2026-04-20 20:10:17 +00:00

59 KiB