[PATCH] D148957: [AMDGPU] Add intrinsics for converting global pointers to resources
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 24 11:57:11 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:5211
+ // which is where the MustPreserveNullness flag comes in to play). However,
+ // they will not necassarily map ptr addrspace(N) null to ptr addrspace(8)
+ // null, aka the "null descriptor", which has "all loads return 0, all stores
----------------
Typo necassarily
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148957/new/
https://reviews.llvm.org/D148957
More information about the llvm-commits
mailing list