[LLVMbugs] [Bug 20493] New: msan: Assertion `ReqTy && "extractvalue indices invalid!"' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 30 12:54:58 PDT 2014


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

            Bug ID: 20493
           Summary: msan: Assertion `ReqTy && "extractvalue indices
                    invalid!"' failed.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Miscellaneous Instrumentation passes
          Assignee: unassignedbugs at nondot.org
          Reporter: peter at pcc.me.uk
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Running msan over the following:

target datalayout = "e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"

define void @f() {
  %.fca.2.1.extract = extractvalue { i32, i32, [3 x i32] } undef, 2, 1
  ret void
}

gives me the assertion in the summary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140730/1534ddcc/attachment.html>


More information about the llvm-bugs mailing list