]> git.ipfire.org Git - thirdparty/gcc.git/commit
bpf: fix zero_extendqidi2 ldx template
authorDavid Faust <david.faust@oracle.com>
Wed, 14 Feb 2024 22:29:43 +0000 (14:29 -0800)
committerDavid Faust <david.faust@oracle.com>
Thu, 15 Feb 2024 16:54:43 +0000 (08:54 -0800)
commitf995f5677305b3ae782d41750e29175cb77e0147
treea9345349727b1d59606809c4faafbbbbf23fd3f4
parent5459a9074afabf700f055fc8164f88dadb1c39b0
bpf: fix zero_extendqidi2 ldx template

Commit 77d0f9ec3809b4d2e32c36069b6b9239d301c030 inadvertently changed
the normal asm dialect instruction template for zero_extendqidi2 from
ldxb to ldxh. Fix that.

gcc/

* config/bpf/bpf.md (zero_extendqidi2): Correct asm template to
use ldxb instead of ldxh.
gcc/config/bpf/bpf.md