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

LLVM 20: Adapt to LDG removal #2531

Open
maleadt opened this issue Oct 28, 2024 · 0 comments · May be fixed by #2655
Open

LLVM 20: Adapt to LDG removal #2531

maleadt opened this issue Oct 28, 2024 · 0 comments · May be fixed by #2655

Comments

@maleadt
Copy link
Member

maleadt commented Oct 28, 2024

It has been removed in favor of !invariant.load: llvm/llvm-project#112834

@vchuravy vchuravy linked a pull request Feb 13, 2025 that will close this issue
vchuravy added a commit to JuliaLang/julia that referenced this issue Feb 13, 2025
Other backends (in this case NVPTX) require that `invariant.load`
metadata is maintained to generate non-coherent loads.

Currently, we unconditionally strip that metadata from all loads,
since our other uses of it may have become invalid.

x-ref: llvm/llvm-project#112834 JuliaGPU/CUDA.jl#2531
vchuravy added a commit to JuliaLang/julia that referenced this issue Feb 18, 2025
Other backends (in this case NVPTX) require that `invariant.load`
metadata is maintained to generate non-coherent loads.

Currently, we unconditionally strip that metadata from all loads,
since our other uses of it may have become invalid.

x-ref: llvm/llvm-project#112834
JuliaGPU/CUDA.jl#2531

---------

Co-authored-by: Gabriel Baraldi <[email protected]>
KristofferC pushed a commit to JuliaLang/julia that referenced this issue Feb 21, 2025
Other backends (in this case NVPTX) require that `invariant.load`
metadata is maintained to generate non-coherent loads.

Currently, we unconditionally strip that metadata from all loads,
since our other uses of it may have become invalid.

x-ref: llvm/llvm-project#112834
JuliaGPU/CUDA.jl#2531

---------

Co-authored-by: Gabriel Baraldi <[email protected]>
(cherry picked from commit 29da86b)
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 a pull request may close this issue.

1 participant