-
Couldn't load subscription status.
- Fork 5.2k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
CoreCLR is able to constant fold standard intrinsics. Eg AdvSimd.Add can be constant folded as a standard add node.
This needs enabling for Arm64 SVE.
Firstly, add SVE nodes to the switch in GetOperForHWIntrinsicId(), then fix all the resulting issues.
See discussions #117313 (comment) and #117313 (comment)
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI