[llvm-bugs] [Bug 27283] New: trunk/llvm/lib/Transforms/Utils/SimplifyCFG.cpp:5079]: (style) Redundant condition:

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 8 08:48:26 PDT 2016


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

            Bug ID: 27283
           Summary: trunk/llvm/lib/Transforms/Utils/SimplifyCFG.cpp:5079]:
                    (style) Redundant condition:
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dcb314 at hotmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

trunk/llvm/lib/Transforms/Utils/SimplifyCFG.cpp:5079]: (style) Redundant
condition: LoopHeaders. '!LoopHeaders || (LoopHeaders &&
!LoopHeaders.count(BB))' is equivalent to '!LoopHeaders ||
!LoopHeaders.count(BB)'

Source code is

  if (I->isTerminator() && BB != &BB->getParent()->getEntryBlock() &&
      (!LoopHeaders || (LoopHeaders && !LoopHeaders->count(BB))) &&
      TryToSimplifyUncondBranchFromEmptyBlock(BB))

-- 
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/20160408/67046f4b/attachment.html>


More information about the llvm-bugs mailing list