[llvm] [AMDGPU] Extend type support for update_dpp intrinsic (PR #114597)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 22:46:26 PST 2024


================
@@ -6162,13 +6162,21 @@ static SDValue lowerLaneOp(const SITargetLowering &TLI, SDNode *N,
                        IID == Intrinsic::amdgcn_set_inactive_chain_arg;
   SDLoc SL(N);
   MVT IntVT = MVT::getIntegerVT(ValSize);
+  const GCNSubtarget &ST =
+      DAG.getMachineFunction().getSubtarget<GCNSubtarget>();
----------------
rampitec wrote:

Changed.

https://github.com/llvm/llvm-project/pull/114597


More information about the llvm-commits mailing list