[llvm] e23ff55 - [PowerPC] Removing a REQUIRES line from llvm test
Quinn Pham via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 21 08:54:16 PDT 2021
Author: Quinn Pham
Date: 2021-07-21T10:52:23-05:00
New Revision: e23ff55931bd9998984a67af8c262c5e98eef13c
URL: https://github.com/llvm/llvm-project/commit/e23ff55931bd9998984a67af8c262c5e98eef13c
DIFF: https://github.com/llvm/llvm-project/commit/e23ff55931bd9998984a67af8c262c5e98eef13c.diff
LOG: [PowerPC] Removing a REQUIRES line from llvm test
The test has been moved to the correct directory so this
`REQUIRES` line is not needed.
Added:
Modified:
llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll
index f9b800a34595..d828493205f8 100644
--- a/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll
+++ b/llvm/test/CodeGen/PowerPC/builtins-ppc-xlcompat-fp.ll
@@ -1,4 +1,3 @@
-; REQUIRES: power-pc-registered-target
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-unknown \
; RUN: -mcpu=pwr7 < %s | FileCheck %s --check-prefix=CHECK-PWR7
More information about the llvm-commits
mailing list