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

            Bug ID: 41634
           Summary: [ppc] llvm.experimental.reduce.{and, any} don't lower
                    properly for boolean vectors
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: PowerPC
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

Split off from [Bug #36702], PPC fails to use the 'vec_all_*, vec_any_*'
intrinsic patterns for boolean reduction from generic IR - either with the
llvm.experimental.vector.reduce intrinsics (which expand to a shuffle reduction
chain) or with bitcasts of the comparison result mask:

https://godbolt.org/z/MyHYBu

Original test case: https://godbolt.org/g/pKsjVA

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

Reply via email to