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
b99279f3
Commit
b99279f3
authored
Apr 22, 2010
by
Bernd Schmidt
Committed by
Bernd Schmidt
Apr 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
optabs.h (expand_widening_mult): Declare.
* optabs.h (expand_widening_mult): Declare. From-SVN: r158643
parent
9193b1b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+4
-1
gcc/optabs.h
+3
-0
No files found.
gcc/ChangeLog
View file @
b99279f3
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
* optabs.h (expand_widening_mult): Declare.
2010-04-22 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43845
...
...
@@ -55,7 +59,6 @@
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
PR middle-end/29274
* optabs.h (expand_widening_mult): Declare.
* tree-pass.h (pass_optimize_widening_mul): Declare.
* tree-ssa-math-opts.c (execute_optimize_widening_mul,
gate_optimize_widening_mul): New static functions.
...
...
gcc/optabs.h
View file @
b99279f3
...
...
@@ -771,6 +771,9 @@ extern void expand_fix (rtx, rtx, int);
/* Generate code for float to integral conversion. */
extern
bool
expand_sfix_optab
(
rtx
,
rtx
,
convert_optab
);
/* Generate code for a widening multiply. */
extern
rtx
expand_widening_mult
(
enum
machine_mode
,
rtx
,
rtx
,
rtx
,
int
,
optab
);
/* Return tree if target supports vector operations for COND_EXPR. */
bool
expand_vec_cond_expr_p
(
tree
,
enum
machine_mode
);
...
...
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