teapotd opened PR #1534 from bugpoint-remove-params
to master
:
This PR adds a mutator for bugpoint that attempts to replace block params with constants. Fixes #1142.
bjorn3 submitted PR Review.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
Please inline this into the only call site.
bjorn3 created PR Review Comment:
Maybe we should try to move instructions to the entry block in a new mutator. I opened #1540 for this.
teapotd updated PR #1534 from bugpoint-remove-params
to master
:
This PR adds a mutator for bugpoint that attempts to replace block params with constants. Fixes #1142.
bjorn3 submitted PR Review.
teapotd updated PR #1534 from bugpoint-remove-params
to master
:
This PR adds a mutator for bugpoint that attempts to replace block params with constants. Fixes #1142.
abrown submitted PR Review.
abrown created PR Review Comment:
Don't we need a
bconst
for the boolean types?
teapotd submitted PR Review.
teapotd created PR Review Comment:
I just moved this function from
ReplaceInstWithConst
, but yeah, we should add it.
teapotd updated PR #1534 from bugpoint-remove-params
to master
:
This PR adds a mutator for bugpoint that attempts to replace block params with constants. Fixes #1142.
abrown submitted PR Review.
abrown created PR Review Comment:
Ok: https://github.com/bytecodealliance/wasmtime/issues/1633
abrown submitted PR Review.
abrown merged PR #1534.
Last updated: Nov 22 2024 at 16:03 UTC