File: aarch64-tryBitfieldInsertOpFromOr-crash.ll

package info (click to toggle)
llvm-toolchain-16 1%3A16.0.6-15~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,634,792 kB
  • sloc: cpp: 6,179,261; ansic: 1,216,205; asm: 741,319; python: 196,614; objc: 75,325; f90: 49,640; lisp: 32,396; pascal: 12,286; sh: 9,394; perl: 7,442; ml: 5,494; awk: 3,523; makefile: 2,723; javascript: 1,206; xml: 886; fortran: 581; cs: 573
file content (36 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; RUN: llc <%s
target datalayout = "e-m:e-i64:64-i128:128-n32:64-S128"
target triple = "aarch64--linux-gnu"

; Function Attrs: noreturn nounwind
define void @foo(ptr %d) {
entry:
  %0 = ptrtoint ptr %d to i64
  %1 = and i64 %0, -36028797018963969
  %2 = inttoptr i64 %1 to ptr
  %arrayidx5 = getelementptr inbounds i32, ptr %2, i64 1
  %arrayidx6 = getelementptr inbounds i32, ptr %2, i64 2
  %arrayidx7 = getelementptr inbounds i32, ptr %2, i64 3
  br label %for.cond

for.cond:                                         ; preds = %for.cond, %entry
  %B.0 = phi ptr [ %d, %entry ], [ %12, %for.cond ]
  %3 = ptrtoint ptr %B.0 to i64
  %4 = and i64 %3, -36028797018963969
  %5 = inttoptr i64 %4 to ptr
  %6 = load i32, ptr %5, align 4
  %arrayidx1 = getelementptr inbounds i32, ptr %5, i64 1
  %7 = load i32, ptr %arrayidx1, align 4
  %arrayidx2 = getelementptr inbounds i32, ptr %5, i64 2
  %8 = load i32, ptr %arrayidx2, align 4
  %arrayidx3 = getelementptr inbounds i32, ptr %5, i64 3
  %9 = load i32, ptr %arrayidx3, align 4
  store i32 %6, ptr %2, align 4
  store i32 %7, ptr %arrayidx5, align 4
  store i32 %8, ptr %arrayidx6, align 4
  store i32 %9, ptr %arrayidx7, align 4
  %10 = ptrtoint ptr %arrayidx1 to i64
  %11 = or i64 %10, 36028797018963968
  %12 = inttoptr i64 %11 to ptr
  br label %for.cond
}