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

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 13:23:09 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=RV64ZBB_OR_RV64ZBKB
----------------
michaelmaitland wrote:

I think these can be simplified to CHECK?

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


More information about the llvm-commits mailing list