Skip to content

Commit

Permalink
instcountci: Ensure predicate cache is reset when control flow leaves…
Browse files Browse the repository at this point in the history
… block
  • Loading branch information
pmatos committed Jan 13, 2025
1 parent c1313a7 commit 38e7ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions unittests/InstructionCountCI/X87ldst-SVE.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"ExpectedInstructionCount": 13,
"Comment": "Single 80-bit store.",
"ExpectedArm64ASM": [
"ptrue p2.h, vl5",
"ldrb w20, [x28, #1019]",
"add x0, x28, x20, lsl #4",
"ldr q2, [x0, #1040]",
"ptrue p2.h, vl5",
"st1h {z2.h}, p2, [x4]",
"ldrb w21, [x28, #1298]",
"mov w22, #0x1",
Expand All @@ -40,10 +40,10 @@
"fstp tword [rax+10]"
],
"ExpectedArm64ASM": [
"ptrue p2.h, vl5",
"ldrb w20, [x28, #1019]",
"add x0, x28, x20, lsl #4",
"ldr q2, [x0, #1040]",
"ptrue p2.h, vl5",
"st1h {z2.h}, p2, [x4]",
"ldrb w21, [x28, #1298]",
"mov w22, #0x1",
Expand Down Expand Up @@ -81,10 +81,10 @@
"fstp tword [rax+70]"
],
"ExpectedArm64ASM": [
"ptrue p2.h, vl5",
"ldrb w20, [x28, #1019]",
"add x0, x28, x20, lsl #4",
"ldr q2, [x0, #1040]",
"ptrue p2.h, vl5",
"st1h {z2.h}, p2, [x4]",
"ldrb w21, [x28, #1298]",
"mov w22, #0x1",
Expand Down

0 comments on commit 38e7ebb

Please sign in to comment.