[all-commits] [llvm/llvm-project] 25c6b7: [RISCV] Add isel pattern to match X > -1 to bgez.
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Feb 25 07:42:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25c6b7ddd2b4d9631d0aff312b076843c16239d7
https://github.com/llvm/llvm-project/commit/25c6b7ddd2b4d9631d0aff312b076843c16239d7
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/test/CodeGen/RISCV/branch.ll
M llvm/test/CodeGen/RISCV/xaluo.ll
Log Message:
-----------
[RISCV] Add isel pattern to match X > -1 to bgez.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D97262
More information about the All-commits
mailing list