[PATCH] D99490: [LoopUnswitch] Move hasPartialIVCondition to LoopUtils
    JinGu Kang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 29 02:17:39 PDT 2021
    
    
  
jaykang10 created this revision.
jaykang10 added reviewers: fhahn, lebedev.ri.
Herald added subscribers: jfb, hiraditya.
jaykang10 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
In LoopUnswitch, move shared code to LoopUtils. It is related to https://reviews.llvm.org/D99354
https://reviews.llvm.org/D99490
Files:
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99490.333788.patch
Type: text/x-patch
Size: 18267 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210329/5bfa201b/attachment.bin>
    
    
More information about the llvm-commits
mailing list