[llvm] 3e98ce4 - [RISCV] Add Zbkb RUN lines to bswap-bitreverse.ll. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 21:22:32 PST 2022


Author: Craig Topper
Date: 2022-01-27T21:21:17-08:00
New Revision: 3e98ce45b6762f61da754ba7ae62bcdb9184e515

URL: https://github.com/llvm/llvm-project/commit/3e98ce45b6762f61da754ba7ae62bcdb9184e515
DIFF: https://github.com/llvm/llvm-project/commit/3e98ce45b6762f61da754ba7ae62bcdb9184e515.diff

LOG: [RISCV] Add Zbkb RUN lines to bswap-bitreverse.ll. NFC

Added: 
    

Modified: 
    llvm/test/CodeGen/RISCV/bswap-bitreverse.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/RISCV/bswap-bitreverse.ll b/llvm/test/CodeGen/RISCV/bswap-bitreverse.ll
index c6c98485cfc7..87efa4352351 100644
--- a/llvm/test/CodeGen/RISCV/bswap-bitreverse.ll
+++ b/llvm/test/CodeGen/RISCV/bswap-bitreverse.ll
@@ -7,9 +7,9 @@
 ; RUN:   | FileCheck %s -check-prefixes=RV32ZB
 ; RUN: llc -mtriple=riscv64 -mattr=+zbb -verify-machineinstrs < %s \
 ; RUN:   | FileCheck %s -check-prefixes=RV64ZB
-; RUN: llc -mtriple=riscv32 -mattr=+zbb -verify-machineinstrs < %s \
+; RUN: llc -mtriple=riscv32 -mattr=+zbkb -verify-machineinstrs < %s \
 ; RUN:   | FileCheck %s -check-prefixes=RV32ZB
-; RUN: llc -mtriple=riscv64 -mattr=+zbb -verify-machineinstrs < %s \
+; RUN: llc -mtriple=riscv64 -mattr=+zbkb -verify-machineinstrs < %s \
 ; RUN:   | FileCheck %s -check-prefixes=RV64ZB
 
 declare i16 @llvm.bswap.i16(i16)


        


More information about the llvm-commits mailing list