[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_llc_test_checks / Inputs / common-label-different-bodies-1.ll
bloba93753420c06209020135151ced7d73a92ae3af0
1 ; RUN: llc < %s -mtriple=i686-unknown-linux-gnu -mattr=+sse2 | FileCheck %s --check-prefixes=A,B
2 ; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s --allow-unused-prefixes=true --check-prefixes=C,A,UNUSED
4 declare <2 x i64> @llvm.bswap.v2i64(<2 x i64>)
6 define <2 x i64> @fold_v2i64() {
7 entry:
8   %r = call <2 x i64> @llvm.bswap.v2i64(<2 x i64> <i64 255, i64 -1>)
9   ret <2 x i64> %r