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

            Bug ID: 22867
           Summary: [avx512] fail to select sign_extend
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 14022
  --> https:llvm.org/bugs/attachment.cgi?id=14022&action=edit
test case

fail to select sext in the following code,
  %0 = phi i1 [ true, %for.body ], [ false, %lor.rhs ]
  %cond = sext i1 %0 to i32

repro:
llc -mcpu=knl sext_fail.ll

-- 
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