[llvm] [AMDGPU][GlobalISel] Fix pointer type handling in instruction selection (PR #181842)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 18 06:17:32 PST 2026


https://github.com/arsenm commented:

The types are being stripped away here, it shouldn't really matter if it's pointer or int. In this example is the problem really that the constant offset search looks through casts?

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


More information about the llvm-commits mailing list