Skip to content

Commit bdd60bb

Browse files
committed
Address review comment
1 parent 81e5077 commit bdd60bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXRivos.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- RISCVInstrInfoXRivos.td --------------------------*- tablegen -*-===//
1+
//===-- RISCVInstrInfoXRivos.td ----------------------------*- tablegen -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -15,8 +15,7 @@
1515
//===----------------------------------------------------------------------===//
1616

1717

18-
let Predicates = [HasVendorXRivosVizip], hasSideEffects = 0,
19-
mayLoad = 0, mayStore = 0, isCodeGenOnly = 0, DecoderNamespace = "XRivos",
18+
let Predicates = [HasVendorXRivosVizip], DecoderNamespace = "XRivos",
2019
Inst<6-0> = OPC_CUSTOM_2.Value in {
2120
defm RV_VZIPEVEN_V : VALU_IV_V<"rv.vzipeven", 0b001100>;
2221
defm RV_VZIPODD_V : VALU_IV_V<"rv.vzipodd", 0b011100>;

0 commit comments

Comments
 (0)