[all-commits] [llvm/llvm-project] aa425e: [LoongArch] Fix codegen for ISD::ROTR (#100292)
hev via All-commits
all-commits at lists.llvm.org
Wed Jul 24 00:06:53 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: aa425eb0e2f5174e50ec84766861ae3f6186d39b
https://github.com/llvm/llvm-project/commit/aa425eb0e2f5174e50ec84766861ae3f6186d39b
Author: hev <wangrui at loongson.cn>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/test/CodeGen/LoongArch/rotl-rotr.ll
Log Message:
-----------
[LoongArch] Fix codegen for ISD::ROTR (#100292)
This patch fixes the code generation for IR:
sext i32 (trunc i64 (rotr i64 %x, i64 %y) to i32) to i64
(cherry picked from commit e386aacb747b4512dedf481ad83e054d3dd641e6)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list