http://llvm.org/bugs/show_bug.cgi?id=20661

            Bug ID: 20661
           Summary: Top half of __m256i is not filled when returned from a
                    function
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Created attachment 12897
  --> http://llvm.org/bugs/attachment.cgi?id=12897&action=edit
Test case

When returning an std::array (or boost::array) of __m256i, the top half of the
vector is not filled. In the attached test case, assigning t to a works as
expected but when t is assigned to c via the eval function, the top half of the
vector is lost. 

This also works with g++.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to