-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
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
Vector128/256.Create helpers should be JIT intrinsic and have more optimizations in two steps:
- import
Vector128/256.Createas intrinsics and expand them in codegen - cache the results by JIT and just generate "load" for
Createcall-sites if the arguments ofVector128/256.Createare compile-time constants
@CarolEidt @tannergooding @mikedn
category:cq
theme:intrinsics
skill-level:expert
cost:medium
Thealexbarney and am11
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