diff options
author | Die Li <lidie@eswincomputing.com> | 2023-07-14 02:02:05 +0000 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2023-07-14 14:30:17 +0800 |
commit | 601a412ef0fe59ce48fb8635ebdaa58b58512a5a (patch) | |
tree | d067c42729d2b5c1d2be3dd9689616b90d22b9bb /libgomp/allocator.c | |
parent | 4dbb3af1efe55174a714d15c2994cf2842ef8c28 (diff) | |
download | gcc-601a412ef0fe59ce48fb8635ebdaa58b58512a5a.zip gcc-601a412ef0fe59ce48fb8635ebdaa58b58512a5a.tar.gz gcc-601a412ef0fe59ce48fb8635ebdaa58b58512a5a.tar.bz2 |
RISC-V: Remove the redundant expressions in the and<mode>3.
When generating the gen_and<mode>3 function based on the and<mode>3
template, it produces the expression emit_insn (gen_rtx_SET (operand0,
gen_rtx_AND (<mode>, operand1, operand2)));, which is identical to the
portion I removed in this patch. Therefore, the redundant portion can be
deleted.
Signed-off-by: Die Li <lidie@eswincomputing.com>
gcc/ChangeLog:
* config/riscv/riscv.md: Remove redundant portion in and<mode>3.
Diffstat (limited to 'libgomp/allocator.c')
0 files changed, 0 insertions, 0 deletions