[PATCH] D75400: [LICM] Allow freeze to hoist out of a loop
    Juneyoung Lee via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Feb 29 05:13:07 PST 2020
    
    
  
aqjune added a comment.
There was a confusion about the meaning of sink - I thought it was about moving an instruction from outside to inside.
freeze is allowed to move outside from a loop, including both hoist and sink.
I added a test for sink too.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75400/new/
https://reviews.llvm.org/D75400
    
    
More information about the llvm-commits
mailing list