[LLVMbugs] [Bug 16657] New: SROA bool<unnamed>::AllocaPartitionRewriter::visitMemSetInst(llvm::MemSetInst&): Assertion `!II.isVolatile()' failed.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 18 14:19:48 PDT 2013


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

            Bug ID: 16657
           Summary: SROA
                    bool<unnamed>::AllocaPartitionRewriter::visitMemSetIns
                    t(llvm::MemSetInst&): Assertion `!II.isVolatile()'
                    failed.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: hfinkel at anl.gov
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10896
  --> http://llvm.org/bugs/attachment.cgi?id=10896&action=edit
bugpoint reduced test case

Running opt < sroa-vol-bprs.ll -sroa -S results in:

SROA.cpp:2325:
bool<unnamed>::AllocaPartitionRewriter::visitMemSetInst(llvm::MemSetInst&):
Assertion `!II.isVolatile()' failed.

-- 
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/20130718/a4321204/attachment.html>


More information about the llvm-bugs mailing list