[llvm-branch-commits] [DirectX] Make DXILOpBuilder's API more useable (PR #101250)
Xiang Li via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jul 30 15:05:37 PDT 2024
================
@@ -151,7 +151,11 @@ DXILOperationDesc::DXILOperationDesc(const Record *R) {
assert(knownType && "Specification of multiple differing overload "
"parameter types not yet supported");
} else {
- OverloadParamIndices.push_back(i);
+ // Skip the return value - nothing is overloaded on only return, and it
----------------
python3kgae wrote:
Things like LoadInput is overloaded on only return.
https://github.com/llvm/llvm-project/pull/101250
More information about the llvm-branch-commits
mailing list