[PATCH] D13008: Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
    Philip Reames via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 21 15:27:50 PDT 2015
    
    
  
reames added a subscriber: reames.
reames accepted this revision.
reames added a reviewer: reames.
reames added a comment.
This revision is now accepted and ready to land.
LGTM w/minor comment addressed.
================
Comment at: test/Transforms/LoopUnswitch/2015-09-18-Addrspace.ll:2
@@ +1,3 @@
+; RUN: opt < %s -loop-unswitch -disable-output
+target datalayout = "e-m:e-p:16:16-p1:32:16-i32:16-i64:16-n8:16"
+
----------------
A comment about what this is testing a FileCheck directive or two would be good.  
http://reviews.llvm.org/D13008
    
    
More information about the llvm-commits
mailing list