JIT: Tune CSE/Constant propagation to fix this SIMD example #70657
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
tenet-performance
Performance related issue
Milestone
Found during review of #70654
Current codegen:
Here, before
vpcmpgtb
we subtract a constant vector from both xmm0 and xmm1 - CSE should be able to handle them and give constant propagation a hint that it should not propagate them back.category:cq
theme:assertion-prop
skill-level:intermediate
cost:small
impact:medium
The text was updated successfully, but these errors were encountered: