https://bugs.llvm.org/show_bug.cgi?id=37386

            Bug ID: 37386
           Summary: [X86] Scalar masked load/store instrinsics require a
                    512-bit vector
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

These intrinsics are implemented with an extend to 512 bits and a use of a
512-bit target independent masked load/store intrinsic

_mm_mask_store_ss
_mm_mask_store_sd
_mm_mask_load_ss
_mm_maskz_load_ss
_mm_mask_load_sd
_mm_maskz_load_sd


They are very specifically pattern matched to MOVSS/MOVSD in isel.

If we started making progress with the prefer vector width stuff, this will
become a problem as these intrinsics will force the frontend to believe a
512-bit vector is needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to