[PATCH] D24729: Don't look through addrspacecast in GetPointerBaseWithConstantOffset

Artur Pilipenko via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 07:15:57 PDT 2016


apilipenko added inline comments.

================
Comment at: test/Transforms/GVN/PRE/rle-addrspace-cast.ll:3
@@ +2,3 @@
+
+define i8 @coerce_offset0_addrspacecast(i32 %V, i32* %P) {
+  store i32 %V, i32* %P
----------------
I had to move this test because original rle.ll test is run with datalayout with different pointer sizes in different address spaces. 


https://reviews.llvm.org/D24729





More information about the llvm-commits mailing list