[PATCH] D39413: AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 09:49:37 PDT 2017
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUInstrInfo.td:332
+def AMDGPUmad_i64_i32 : SDNode<"AMDGPUISD::MAD_I64_I32", AMDGPUDTMadMixedIntTernaryOp,
+ []
----------------
I do not see it used anywhere.
https://reviews.llvm.org/D39413
More information about the llvm-commits
mailing list