Files
llvm-project/llvm/lib/IR/PatternMatch.cpp
Alexis Engelke 6b3cf50d95 [IR][NFC] Hot-cold splitting in PatternMatch (#186777)
ConstantAggregates are rare, therefore split that check into a separate
function so that the fast path can be inlined.

Likewise for vectors, which occur much less frequently than scalar
values.
2026-03-16 13:34:03 +00:00

1.6 KiB