[PATCH] D98932: [RISCV] Don't call setHasMultipleConditionRegisters(), so icmp is sunk

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 11:15:59 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/sink-icmp.ll:5
+; RUN: llc -mtriple=riscv32 -mattr=+experimental-zbt -verify-machineinstrs < %s \
+; RUN:   | FileCheck -check-prefix=RV32IBT %s
+; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
----------------
Use RV32ZBT or RV32IZBT. Don't drop the Z.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98932/new/

https://reviews.llvm.org/D98932



More information about the llvm-commits mailing list