AVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic implementation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
17577 ↗ | (On Diff #44431) | I think it's already defined in line 17378, just before: |
Comment Actions
create MemIntrinsicSDNode in order to preserve MachinePointerInfo.
I will change already implemented intrinsic ( that are maped to EXPEND_FROM_MEM, TRUNCATE_TO_MEM ..etc) in next patch.