diff options
author | Richard Biener <rguenther@suse.de> | 2024-04-17 11:22:00 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2024-04-30 13:03:55 +0200 |
commit | ab785f9a3901ca29710592a2d5480b5a44328bf2 (patch) | |
tree | 260b1976de76c005c2063c43019c8bdc03b43a8e /gcc/tree-ssa-phiopt.cc | |
parent | 667c19de86b33648f5f4599f589a5e02adbb35cb (diff) | |
download | gcc-ab785f9a3901ca29710592a2d5480b5a44328bf2.zip gcc-ab785f9a3901ca29710592a2d5480b5a44328bf2.tar.gz gcc-ab785f9a3901ca29710592a2d5480b5a44328bf2.tar.bz2 |
Support {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV_EXPR in GIMPLE FE
The following adds support for the various division and modulo operators
to the GIMPLE frontend via __{CEIL,FLOOR,ROUND}_{DIV,MOD} and
__EXACT_DIV operators.
gcc/c/
* gimple-parser.cc (c_parser_gimple_binary_expression):
Parse __{CEIL,FLOOR,ROUND}_{DIV,MOD} and __EXACT_DIV.
gcc/testsuite/
* gcc.dg/gimplefe-53.c: New testcase.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions