[llvm] [RISCV][GlobalISel] Zbkb support for G_BSWAP (PR #77050)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 22:59:00 PST 2024


================
@@ -2,7 +2,9 @@
 # RUN: llc -mtriple=riscv64 -run-pass=legalizer %s -o - \
 # RUN:   | FileCheck %s --check-prefix=RV64I
 # RUN: llc -mtriple=riscv64 -mattr=+zbb -run-pass=legalizer %s -o - \
-# RUN:   | FileCheck %s --check-prefix=RV64ZBB
+# RUN:   | FileCheck %s --check-prefix=RV64ZBKB
----------------
mgudim wrote:

oops. Thanks, fixed.

https://github.com/llvm/llvm-project/pull/77050


More information about the llvm-commits mailing list