[llvm] [NVPTX] Add TTI support for folding isspacep in InferAS (PR #114486)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 11:29:29 PST 2024
================
@@ -458,7 +459,7 @@ handleSpaceCheckIntrinsics(InstCombiner &IC, IntrinsicInst &II) {
if (auto *ASCO = dyn_cast<AddrSpaceCastOperator>(Op0))
AS = ASCO->getOperand(0)->getType()->getPointerAddressSpace();
----------------
Artem-B wrote:
OK. Add a TODO comment there for now and we'll handle it separately.
https://github.com/llvm/llvm-project/pull/114486
More information about the llvm-commits
mailing list