[PATCH] D73242: [WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP
    Teresa Johnson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 22 16:37:45 PST 2020
    
    
  
tejohnson marked an inline comment as done.
tejohnson added inline comments.
================
Comment at: llvm/test/Transforms/WholeProgramDevirt/uniform-retval.ll:28
   %result = call i32 %fptr_casted(i8* %obj)
-  ; CHECK-NOT: call
+  ; CHECK-NOT: call i32 %
   ; CHECK: ret i32 123
----------------
This change is to distinguish the indirect call here that should have been removed from the @llvm.type.test and @llvm.assume calls that are no longer removed at this point.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73242/new/
https://reviews.llvm.org/D73242
    
    
More information about the llvm-commits
mailing list