[BPF] ex1.ll - add checks for stores

Noticed while triaging alignment issues for #57872
This commit is contained in:
Simon Pilgrim 2022-09-24 18:53:59 +01:00
parent 8c783b8ec7
commit 9e090dc699
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ define i32 @bpf_prog1(%struct.bpf_context* nocapture %ctx) #0 section "events/ne
; CHECK: call 9
; CHECK: if r0 != 0
; CHECK: r1 = 622884453
; CHECK: *(u32 *)(r10 - 16) = r1
; CHECK: r1 = 7214898703899978611 ll
; CHECK: *(u64 *)(r10 - 24) = r1
; CHECK: call 11
; CHECK: r0 = 0
; CHECK: exit