[PATCH] D58904: [AMDGPU] Implemented dwordx3 variants of buffer/tbuffer load/store intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 4 07:48:27 PST 2019
arsenm added inline comments.
================
Comment at: test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.dwordx3.ll:60
+declare <3 x float> @llvm.amdgcn.struct.buffer.load.v3f32(<4 x i32>, i32, i32, i32, i32) #0
+
----------------
I would just merge these test files with the rest of the base intrinsic tests
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58904/new/
https://reviews.llvm.org/D58904
More information about the llvm-commits
mailing list