Fix target specific InstCombine

A clang arm test was failing if clang is compiled without arm support.

Regression was introduced in 2a6c871596
This commit is contained in:
Sebastian Neubauer 2020-07-22 17:00:43 +02:00
parent 167cac3100
commit b99898c1e9
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
// RUN: %clang_cc1 -triple armv8.6a-arm-none-eabi -target-feature +neon -target-feature +bf16 -mfloat-abi hard \
// RUN: -O2 -emit-llvm %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK32
// REQUIRES: arm-registered-target,aarch64-registered-target
#include "arm_neon.h"
bfloat16x4_t test_vld1_bf16(bfloat16_t const *ptr) {