Skip to content

Commit 69c767c

Browse files
committed
Regen 6a28d8c24a07cb562ad53335ee9a5f07328b20e7 Thu 8 May 00:06:05 BST 2025
1 parent fd184aa commit 69c767c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data-int-sve2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18584,10 +18584,10 @@
1858418584
"lat": 2,
1858518585
"sizelat": 2,
1858618586
"size": 2,
18587-
"gisize": -1,
18587+
"gisize": 2,
1858818588
"extrasize": 0,
1858918589
"asm": "rbit v0.16b, v0.16b\nrbit v1.16b, v1.16b\nret",
18590-
"giasm": "LLVM ERROR: unable to legalize instruction: %6:_(<32 x s8>) = G_BSWAP %0:_ (in function: test)",
18590+
"giasm": "rbit v0.16b, v0.16b\nrbit v1.16b, v1.16b\nret",
1859118591
"ll": "define <32 x i8> @test(<32 x i8> %a) {\n %r = call <32 x i8> @llvm.bitreverse(<32 x i8> %a)\n ret <32 x i8> %r\n}",
1859218592
"costoutput": "Printing analysis 'Cost Model Analysis' for function 'test':\nCost Model: Found an estimated cost of 2 for instruction: %r = call <32 x i8> @llvm.bitreverse.v32i8(<32 x i8> %a)\nCost Model: Found an estimated cost of 1 for instruction: ret <32 x i8> %r"
1859318593
},

data-int.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11192,10 +11192,10 @@
1119211192
"lat": 2,
1119311193
"sizelat": 2,
1119411194
"size": 2,
11195-
"gisize": -1,
11195+
"gisize": 2,
1119611196
"extrasize": 0,
1119711197
"asm": "rbit v0.16b, v0.16b\nrbit v1.16b, v1.16b\nret",
11198-
"giasm": "LLVM ERROR: unable to legalize instruction: %6:_(<32 x s8>) = G_BSWAP %0:_ (in function: test)",
11198+
"giasm": "rbit v0.16b, v0.16b\nrbit v1.16b, v1.16b\nret",
1119911199
"ll": "define <32 x i8> @test(<32 x i8> %a) {\n %r = call <32 x i8> @llvm.bitreverse(<32 x i8> %a)\n ret <32 x i8> %r\n}",
1120011200
"costoutput": "Printing analysis 'Cost Model Analysis' for function 'test':\nCost Model: Found an estimated cost of 2 for instruction: %r = call <32 x i8> @llvm.bitreverse.v32i8(<32 x i8> %a)\nCost Model: Found an estimated cost of 1 for instruction: ret <32 x i8> %r"
1120111201
},

0 commit comments

Comments
 (0)