Stream: git-wasmtime

Topic: wasmtime / PR #5515 riscv64: Remove the TrapFf constructor


view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 18:03):

elliottt opened PR #5515 from trevor/riscv64-remove-trapff to main:

Remove the MInst::TrapFf instruction in the riscv64 backend. It was only used in two places in the emit case for FloatRound, and was easily replaced with a combination of FpuRRR and TrapIf.

This gets us a little bit closer to removing lower_br_fcmp completely.
<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 18:43):

elliottt has marked PR #5515 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 18:43):

elliottt requested jameysharp for a review on PR #5515.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 19:12):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 19:54):

elliottt updated PR #5515 from trevor/riscv64-remove-trapff to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 04 2023 at 21:34):

elliottt merged PR #5515.


Last updated: Oct 23 2024 at 20:03 UTC