[llvm] [ValueTracking] Allow tracking values through Integral AddrSpaceCasts (PR #70483)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 00:38:10 PDT 2024


arsenm wrote:

 > Seems like there are instances where adress spaces should be marked non-integral where they are not (for example, NVPTX see
> 


I don't see the connection. NVPTX generic address space is just 0, which certainly is integral. I don't believe any of the nvptx address spaces are nonintegral 

https://github.com/llvm/llvm-project/pull/70483


More information about the llvm-commits mailing list