brintos

brintos / llvm-project-archived public Read only

0
0
Text · 459 B · 679114f Raw
20 lines · plain
1#RUN: not --crash llc -mtriple=aarch64 -o - -global-isel -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s2# REQUIRES: aarch64-registered-target3 4---5name:            test_bswap6legalized:       true7regBankSelected: false8selected:        false9tracksRegLiveness: true10liveins:11body:             |12  bb.0:13 14    %0:_(s17) = G_CONSTANT i32 1715 16    ; CHECK: Bad machine code: G_BSWAP size must be a multiple of 16 bits17    %1:_(s17) = G_BSWAP %018 19...20