On 11/19/20 8:36 PM, Maciej W. Rozycki wrote: > We do not define a comparison operation between floating-point and > integer data, including integer zero constant. Consequently the RTL > instruction stream presented to the post-reload comparison elimination > pass will include, where applicable, floating-point comparison insns > against `const_double:DF 0.0 [0x0.0p+0]' rather than `const_int 0 [0]', > meaning that the latter expression will not match when used in machine > description. > > Use `const_double_zero' then for the relevant patterns to match the > intended RTL instructions. > > gcc/ > * config/pdp11/pdp11.md (fcc_cc, fcc_ccnz): Use > `const_double_zero' to express double zero constant. OK jeff
- Re: [PATCH 25/31] VAX: Fix predicates... Maciej W. Rozycki
- Re: [PATCH 25/31] VAX: Fix predic... Jeff Law via Gcc-patches
- [PATCH 26/31] VAX: Correct issues with comment... Maciej W. Rozycki
- Re: [PATCH 26/31] VAX: Correct issues wit... Jeff Law via Gcc-patches
- [PATCH 27/31] VAX: Make the `divmoddisi4' and ... Maciej W. Rozycki
- Re: [PATCH 27/31] VAX: Make the `divmoddi... Jeff Law via Gcc-patches
- Re: [PATCH 27/31] VAX: Make the `divmoddi... Segher Boessenkool
- [PATCH 28/31] RTL: Add `const_double_zero' syn... Maciej W. Rozycki
- Re: [PATCH 28/31] RTL: Add `const_double_... Jeff Law via Gcc-patches
- [PATCH 29/31] PDP11: Use `const_double_zero' t... Maciej W. Rozycki
- Re: [PATCH 29/31] PDP11: Use `const_doubl... Jeff Law via Gcc-patches
- Re: [PATCH 29/31] PDP11: Use `const_doubl... Martin Liška
- Re: [PATCH 29/31] PDP11: Use `const_d... Maciej W. Rozycki
- Re: [PATCH 29/31] PDP11: Use `con... Paul Koning via Gcc-patches
- Re: [PATCH 29/31] PDP11: Use ... Maciej W. Rozycki
- [PATCH 30/31] PR target/95294: VAX: Convert ba... Maciej W. Rozycki
- Re: [PATCH 30/31] PR target/95294: VAX: C... Jeff Law via Gcc-patches
- Re: [PATCH 30/31] PR target/95294: VAX: C... Maciej W. Rozycki
- Re: [PATCH 00/31] VAX: Bring the port up to da... Anders Magnusson
- Re: [PATCH 00/31] VAX: Bring the port up ... Maciej W. Rozycki
- Re: [PATCH 31/31] PR target/95294: VAX: Add te... Jeff Law via Gcc-patches