[llvm] [LoongArch] Fix codegen for ISD::ROTR (PR #100292)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 20:55:21 PDT 2024


heiher wrote:

> > sext i64 (trunc i64 (rotr i64 %x, i64 %y) to i32) to i32
> 
> Do you mean: sext i32 (trunc i64 (rotr i64 %x, i64 %y) to i32) to i64

Yeah.

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


More information about the llvm-commits mailing list