[llvm] [AMDGPU] Make rotr illegal (PR #166558)
Aleksandar Spasojevic via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 24 05:00:32 PST 2025
aleksandar-amd wrote:
> @aleksandar-amd what do you think about this as an alternative to #143551?
Taking into account that https://github.com/llvm/llvm-project/pull/165295 resolved optimal selection of fshr with uniform operands, making rotr illegal and using fshr, which is a more powerful instruction, seems fine to me.
https://github.com/llvm/llvm-project/pull/166558
More information about the llvm-commits
mailing list