Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reland f9c8c01: [NVPTX] Aggressively try to replace image handles with references (#119730) #17592

Open
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

jsji
Copy link
Contributor

@jsji jsji commented Mar 22, 2025

  • [NVPTX] Aggressively try to replace image handles with references (#119730)
  • [NVPTX]: Fix NVPTXReplaceImageHandles after f9c8c01

AlexMaclean and others added 2 commits March 22, 2025 07:56
…19730)

Even in cases where handles are supported, references are still
preferable for performance. This is because, a ref uses one
less register and can avoid the handle creating code associated with
taking the address of a tex/surf/sampler.
 Conflicts:
	llvm/test/CodeGen/NVPTX/surf-read-cuda.ll
	llvm/test/CodeGen/NVPTX/surf-tex.py
	llvm/test/CodeGen/NVPTX/surf-write-cuda.ll
	llvm/test/CodeGen/NVPTX/tex-read-cuda.ll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants