[AVX-512] Fix the 128-bit and 256-bit nontemporal load patterns with elements...
[AVX-512] Fix the 128-bit and 256-bit nontemporal load patterns with elements type other than i64. These loads have all been promoted to v2i64/v4i64 loads so we need bitcasts or we end up selecting VMOVDQA32/VMOVDQU32 instead. llvm-svn: 278316
Loading
Please sign in to comment