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

            Bug ID: 41083
           Summary: Assertion in ScopedHashTable during EarlyCSE
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedb...@nondot.org
          Reporter: sam.par...@arm.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 21600
  --> https://bugs.llvm.org/attachment.cgi?id=21600&action=edit
LLVM IR reproducer

PR41081 described an issue where an assertion is hit:
HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && "Scope imbalance!");

I've attached the LLVM IR from the original ticket. To reproduce:

opt -early-cse locale-reduce.ll -S -o -

I've 'fixed' the original bug by removing this pass from the arm backend
pipeline as I have no experience with this pass.

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

Reply via email to