[PATCH] D35361: CodeGen: Fix pointer info in expandUnalignedLoad/Store

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 11:44:31 PDT 2017


rampitec added inline comments.


================
Comment at: test/CodeGen/AMDGPU/load-private-double16-amdgiz.ll:5
+
+; CHECK-LABEL: @test_unaligned_load
+define amdgpu_kernel void @test_unaligned_load(<16 x double> addrspace(1)* %results, i32 %i) {
----------------
Please add -check-prefix=GCN and change CHECK with GCN.
Also please move check strings right below corresponding CHECK-LABEL.


https://reviews.llvm.org/D35361





More information about the llvm-commits mailing list