================
@@ -450,6 +462,10 @@ CallInst *DXILOpBuilder::createOp(dxil::OpCode OpCode, 
ArrayRef<Value *> Args,
   return *Result;
 }
 
+StructType *DXILOpBuilder::getResRetType(Type *ElementTy) {
+  return ::getResRetType(ElementTy);
----------------
damyanp wrote:

Trying to understand this pattern...it being a non-static member function would 
strongly imply to me as the caller that this function somehow depends on the 
internal state of DXILOpBuilder.  But it doesn't.  Do you think it will in the 
future?  Or is there some other design consideration in play?

https://github.com/llvm/llvm-project/pull/104252
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to