[llvm] [DirectX][DXIL] Distinguish return type for overload type resolution. (PR #85646)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 15:50:39 PDT 2024


================
@@ -44,7 +44,8 @@ static void lowerIntrinsic(dxil::OpCode DXILOp, Function &F, Module &M) {
     Args.emplace_back(DXILOpArg);
     Args.append(CI->arg_begin(), CI->arg_end());
----------------
farzonl wrote:

What's the point of  Args (lines 43-45)? It doesn't seem to be used at all.

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


More information about the llvm-commits mailing list