[llvm] [SPIR-V] Ensure that a correct pointer type is deduced from the Value argument of OpAtomic* instructions (PR #127492)
Dmitry Sidorov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 06:22:52 PST 2025
================
@@ -182,7 +182,7 @@ class SPIRVEmitIntrinsics
bool deduceOperandElementTypeCalledFunction(
CallInst *CI, SmallVector<std::pair<Value *, unsigned>> &Ops,
- Type *&KnownElemTy);
+ Type *&KnownElemTy, bool &Uncomplete);
----------------
MrSidims wrote:
nitpick (probably?): the name implies the procedure that `deduceOperandElementTypeCalledFunction` does can be canceled or postponed. Is it the case?
https://github.com/llvm/llvm-project/pull/127492
More information about the llvm-commits
mailing list