[PATCH] D89456: [SCEV] Introduce SCEVPtrToIntExpr (PR46786)
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 19 03:40:33 PDT 2020
    
    
  
mkazantsev added inline comments.
================
Comment at: polly/test/ScopInfo/int2ptr_ptr2int_2.ll:37
+; IR-NEXT:   %scevgep13 = getelementptr i64, i64* %A, i16 %37
 ; IR-NEXT:   br label %polly.loop_header
 ;
----------------
This code is still worse than it used to be. What boons do we expect from this patch?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89456/new/
https://reviews.llvm.org/D89456
    
    
More information about the llvm-commits
mailing list