[llvm] [InferAS] Support getAssumedAddrSpace for Arguments for NVPTX (PR #133991)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 16:25:49 PDT 2025
================
@@ -305,10 +305,15 @@ static bool isNoopPtrIntCastPair(const Operator *I2P, const DataLayout &DL,
}
// Returns true if V is an address expression.
-// TODO: Currently, we consider only phi, bitcast, addrspacecast, and
-// getelementptr operators.
+// TODO: Currently, we consider only arguments and phi, bitcast, addrspacecast,
+// and getelementptr operators.
----------------
AlexMaclean wrote:
Yep, that is better, updated.
https://github.com/llvm/llvm-project/pull/133991
More information about the llvm-commits
mailing list