[PATCH] D26730: AMDGPU/GlobalISel: Add support for simple shaders

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:54:30 PST 2016


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:53
+  setAction({G_STORE, S32}, Legal);
+  setAction({G_STORE, 1, S64}, Legal);
+  setAction({G_STORE, 1, P1}, Legal);
----------------
ab wrote:
> Huh, why are non-pointer types legal?
What do you mean?


https://reviews.llvm.org/D26730





More information about the llvm-commits mailing list