[PATCH] D18438: Calculate __builtin_object_size when pointer depends on a condition
    George Burgess IV via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Apr  7 12:33:53 PDT 2016
    
    
  
george.burgess.iv added a comment.
Sorry for the multiple comments -- one more thing:
================
Comment at: test/CodeGen/X86/builtin-condition.ll:1
@@ +1,2 @@
+; RUN: opt -codegenprepare -S  < %s | FileCheck %s
+
----------------
Nit: This should probably go into test/Transforms/CodeGenPrepare, now that it's no longer generating x86. :)
Repository:
  rL LLVM
http://reviews.llvm.org/D18438
    
    
More information about the llvm-commits
mailing list