]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH 2/7] RISC-V: Fix uninitialized reg in memcpy
authorCraig Blackmore <craig.blackmore@embecosm.com>
Fri, 18 Oct 2024 15:06:58 +0000 (09:06 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Fri, 18 Oct 2024 15:06:58 +0000 (09:06 -0600)
commit212d8685e4590c9f1168f503a383e3ea2639b418
tree8f59a3eab0d62e2324522c803ed144814958eadc
parentf244492ec258d84ab253bd58ad57f31c65a2312d
[PATCH 2/7] RISC-V: Fix uninitialized reg in memcpy

gcc/ChangeLog:

* config/riscv/riscv-string.cc (expand_block_move): Replace
`end` with `length_rtx` in gen_rtx_NE.
gcc/config/riscv/riscv-string.cc