[llvm-branch-commits] [clang] [HLSL] NonUniformResourceIndex implementation (PR #159655)

Helena Kotas via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 22 20:49:56 PDT 2025


hekota wrote:

> Is there value in testing cases where `NonUniformResourceIndex` is used in odd places?
> 
> eg https://godbolt.org/z/jrdc1ErMM

This PR with just translate it to the LLVM intrinsic call. I have added a test case to the intrinsic lowering PR #159608 to make sure the call gets removed and is replaced by the argument value.

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


More information about the llvm-branch-commits mailing list