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

S. Bharadwaj Yadavalli via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 08:03:56 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());
----------------
bharadwajy wrote:

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

You are correct. Deleted. Thanks, @farzonl.

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


More information about the llvm-commits mailing list