[llvm-bugs] [Bug 47486] New: Unreported changes from rewriteLoopExitValues
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Sep 10 14:55:54 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47486
Bug ID: 47486
Summary: Unreported changes from rewriteLoopExitValues
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Transformation Utilities
Assignee: unassignedbugs at nondot.org
Reporter: dmajor at mozilla.com
CC: lebedev.ri at gmail.com, llvm-bugs at lists.llvm.org,
sguelton at redhat.com
Created attachment 23946
--> https://bugs.llvm.org/attachment.cgi?id=23946&action=edit
SwitchLoweringUtils.ll
With expensive checks enabled:
$ opt -indvars -S SwitchLoweringUtils.ll
Pass modifies its input and doesn't report it: Induction Variable
Simplification
With some early returns in IndVarSimplify.cpp, I narrowed it down to
rewriteLoopExitValues, but I'm not sure about the specific line.
It's unclear if bugpoint did something bad here: the only predecessor of the
`ret` is the first instruction, so everything in between is an infinite loop. I
can share the original repro if that's better.
--
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/20200910/a635fd6a/attachment.html>
More information about the llvm-bugs
mailing list