[PATCH] D149132: [LICM] Reassociate & hoist add expressions
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May  1 22:09:19 PDT 2023
    
    
  
mkazantsev updated this revision to Diff 518632.
mkazantsev added a comment.
Fixed bug that caused messup with checks in tests. Bug was
  if (ProvedNoOverflowAfterReassociate)
    return false;
instead of
  if (!ProvedNoOverflowAfterReassociate)
    return false;
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149132/new/
https://reviews.llvm.org/D149132
Files:
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/hoist-add-sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149132.518632.patch
Type: text/x-patch
Size: 6420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/df287e45/attachment.bin>
    
    
More information about the llvm-commits
mailing list