[PATCH] D79873: [RISCV] Add matching of codegen patterns to RISCV Bit Manipulation Zbbp asm instructions
Paolo Savini via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 10:25:12 PDT 2020
PaoloS marked 3 inline comments as done.
PaoloS added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rv32Zbbp.ll:432
+
+define i64 @ror_i64(i64 %a, i64 %b) nounwind {
+; RV32I-LABEL: ror_i64:
----------------
lewis-revill wrote:
> Nitpick: See comment on first patch regarding these extra tests.
I'm going to comment those.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79873/new/
https://reviews.llvm.org/D79873
More information about the llvm-commits
mailing list