[llvm] [AMDGPU] Combine prng(undef) -> undef (PR #154160)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 02:01:26 PDT 2025


jayfoad wrote:

> I'm not sure this is safe

I believe it is safe because this instruction does a 1-to-1 mapping from the 2^32 possible input values to the 2^32 possible result value.

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


More information about the llvm-commits mailing list