[all-commits] [llvm/llvm-project] feedb3: [RISCV][GISel] Correct RORIW patterns.
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Oct 17 09:33:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: feedb35e41522b2f6c11dab4f9263fd305a2c13f
https://github.com/llvm/llvm-project/commit/feedb35e41522b2f6c11dab4f9263fd305a2c13f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVGISel.td
M llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/rotate-rv64.mir
Log Message:
-----------
[RISCV][GISel] Correct RORIW patterns.
We had two rotl patterns and no rotr pattern. The order was such
that the incorrect rotl pattern was being used.
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