Skip to content

Commit

Permalink
Fix target specific InstCombine
Browse files Browse the repository at this point in the history
A clang arm test was failing if clang is compiled without arm support.

Regression was introduced in 2a6c871
  • Loading branch information
Flakebi committed Jul 22, 2020
1 parent 167cac3 commit b99898c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/CodeGen/aarch64-bf16-ldst-intrinsics.c
Expand Up @@ -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) {
Expand Down

0 comments on commit b99898c

Please sign in to comment.