commit | 47cdd873eddcd4127812fb902961b88da26d333b | [log] [tgz] |
---|---|---|
author | Richard Sandiford <richard.sandiford@arm.com> | Mon Aug 18 12:15:21 2025 +0100 |
committer | Richard Sandiford <richard.sandiford@arm.com> | Mon Aug 18 12:15:21 2025 +0100 |
tree | 913743fa63b7faf94ebe1383454ee35198b5662f | |
parent | f9de142d425573348e60a350a4488c1a0b03816e [diff] |
fwprop: Don't propagate asms [PR121253] For the reasons explained in the comment, fwprop shouldn't even try to propagate an asm definition. gcc/ PR rtl-optimization/121253 * fwprop.cc (forward_propagate_into): Don't propagate asm defs. gcc/testsuite/ PR rtl-optimization/121253 * gcc.target/aarch64/pr121253.c: New test. (cherry picked from commit e82c8413eda498163ae2e0ecc458ea0428708c30)