]> git.proxmox.com Git - mirror_qemu.git/commit
coccinelle: add a script to optimize tcg op using tcg_gen_extract()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 18 Jul 2017 04:55:32 +0000 (01:55 -0300)
committerRichard Henderson <rth@twiddle.net>
Wed, 19 Jul 2017 21:45:15 +0000 (14:45 -0700)
commitd97dd988ecd67f4fd12a80a55f07c1817f19b002
treef52b861d073e8bc321ec1955a7609150a6726cf8
parent846b0c1b5a562cd4f5979d6624918f4f97462477
coccinelle: add a script to optimize tcg op using tcg_gen_extract()

The following thread was helpful while writing this script:

    https://github.com/coccinelle/coccinelle/issues/86

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20170718045540.16322-3-f4bug@amsat.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
scripts/coccinelle/tcg_gen_extract.cocci [new file with mode: 0644]