Skip to content

Commit a33fd61

Browse files
committed
[RISCV] Remove dead code from IntrinsicsRISCVXsf.td. NFC
1 parent 00cbb68 commit a33fd61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/include/llvm/IR/IntrinsicsRISCVXsf.td

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
class VCIXSuffix<string range> {
14-
list<string> suffix = !cond(!eq(range, "c"): ["e8mf8", "e8mf4", "e8mf2", "e8m1", "e8m2", "e8m4", "e8m8"],
15-
!eq(range, "s"): ["e16mf4", "e16mf2", "e16m1", "e16m2", "e16m4", "e16m8"],
16-
!eq(range, "i"): ["e32mf2", "e32m1", "e32m2", "e32m4", "e32m8"],
17-
!eq(range, "l"): ["e64m1", "e64m2", "e64m4", "e64m8"]);
18-
}
19-
2013
let TargetPrefix = "riscv" in {
2114
// Output: (vector_out)
2215
// Input: (bit<27-26>, bit<24-20>, scalar_in, vl) or

0 commit comments

Comments
 (0)