Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ecb0dd18
Commit
ecb0dd18
authored
Feb 20, 2018
by
Carl Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The removal of file fold-vec-neg-int.p7.c in commit 257812 didn't get commited.
Removing the file. From-SVN: r257849
parent
911cef2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
gcc/testsuite/gcc.target/powerpc/fold-vec-neg-int.p7.c
+0
-19
No files found.
gcc/testsuite/gcc.target/powerpc/fold-vec-neg-int.p7.c
deleted
100644 → 0
View file @
911cef2e
/* Verify that overloaded built-ins for vec_neg with int
inputs produce the right code when -mcpu=power7 is specified. */
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec -O2 -mcpu=power7" } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power7" } } */
#include <altivec.h>
vector
signed
int
test1
(
vector
signed
int
x
)
{
return
vec_neg
(
x
);
}
/* { dg-final { scan-assembler-times "xxspltib|vspltisw|vxor" 1 } } */
/* { dg-final { scan-assembler-times "vsubuwm" 1 } } */
/* { dg-final { scan-assembler-times "vmaxsw" 0 } } */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment