[llvm] [RISCV][GlobalISel] Zbkb support for G_BSWAP (PR #77050)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 22:54:44 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
----------------
topperc wrote:
The RV32 check-prefix mentions both extensions, but this only mentions one.
https://github.com/llvm/llvm-project/pull/77050
More information about the llvm-commits
mailing list