brintos

brintos / llvm-project-archived public Read only

0
0
Text · 564 B · f12a125 Raw
15 lines · plain
1# RUN: not llc -mtriple=aarch64 -global-isel-abort=1 -run-pass=legalizer -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s2# RUN: not llc -mtriple=aarch64-linux-gnu -global-isel-abort=1 -run-pass=legalizer -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s3...4---5name:            bzero6tracksRegLiveness: true7body:             |8  bb.0:9    # CHECK: LLVM ERROR: unable to legalize instruction: G_BZERO10    liveins: $x0, $x111    %ptr:_(p0) = COPY $x012    %width:_(s64) = COPY $x113    G_BZERO %ptr(p0), %width(s64), 0 :: (store 4)14    RET_ReallyLR15