From 93eb7e321f0fe5f80e273fbd008eef4eafeb1b81 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 16 Jan 2017 14:08:14 +0000 Subject: [PATCH] Un-XFAIL test case after half support was added to PTX backend in r291956 llvm-svn: 292124 --- polly/test/GPGPU/scalar-parameter-half.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/polly/test/GPGPU/scalar-parameter-half.ll b/polly/test/GPGPU/scalar-parameter-half.ll index 005b4394e5c5..4affbc5ffe9f 100644 --- a/polly/test/GPGPU/scalar-parameter-half.ll +++ b/polly/test/GPGPU/scalar-parameter-half.ll @@ -2,8 +2,6 @@ ; REQUIRES: pollyacc -; XFAIL: * - ; This fails today with "unexpected type" in the LLVM PTX backend. ; void foo(half A[], half b) {