[llvm-bugs] [Bug 47646] New: LoopStrengthReduce failures under new pass manager

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 25 11:59:32 PDT 2020


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

            Bug ID: 47646
           Summary: LoopStrengthReduce failures under new pass manager
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: aeubanks at google.com
                CC: alina.sbirlea at gmail.com, htmldeveloper at gmail.com,
                    llvm-bugs at lists.llvm.org
            Blocks: 46651

Quite a few tests under llvm/test/Transforms/LoopStrengthReduce fail under NPM
due to the NPM running LCSSA. Adding `-lcssa` before `-loop-reduce` repros
failures under the legacy PM.

e.g. llvm/test/Transforms/LoopStrengthReduce/uglygep.ll
-; RUN: opt < %s -loop-reduce -S | FileCheck %s
+; RUN: opt < %s -lcssa -loop-reduce -S | FileCheck %s


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=46651
[Bug 46651] Fix all opt tests to work under NPM
-- 
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/20200925/f76a963f/attachment.html>


More information about the llvm-bugs mailing list