[llvm] [LoongArch] Fix codegen for ISD::ROTR (PR #100292)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 20:48:30 PDT 2024
SixWeining 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
https://github.com/llvm/llvm-project/pull/100292
More information about the llvm-commits
mailing list