[PATCH] D38906: AMDGPU/SI: Implement d16 support for buffer intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 09:02:22 PST 2018


arsenm added inline comments.


================
Comment at: lib/Target/AMDGPU/SIISelLowering.h:64
+  /// \brirf This is to lower INTRINSIC_W_CHAIN with illegal result types.
+  SDValue lowerIntrinsicWChain(SDValue Op, SDValue *Chain,
+                               SelectionDAG &DAG) const;
----------------
Use reference for chain out argument, or just pass in the SmallVectorImpl& directly


https://reviews.llvm.org/D38906





More information about the llvm-commits mailing list