scottmcm requested wasmtime-compiler-reviewers for a review on PR #7715.
scottmcm requested fitzgen for a review on PR #7715.
scottmcm opened PR #7715 from scottmcm:fix-half-width
to bytecodealliance:main
:
I spent way too long trying to figure out how I'd gotten a rule wrong, only to find out that
ty_half_width
in ISLE was doing something different fromType::half_width
in the rest of the codebase.Thus this PR, which stops it having a custom implementation in ISLE and just calls the normal method. I think anywhere in ISLE rules that wants to exclude the other cases should be using
fits_in_64
or similar, not having thety_half_width
extern do something surprising.The existing uses
are under
ty_vec_fits_in_register
already, so it's fine.
fitzgen submitted PR review.
fitzgen merged PR #7715.
Last updated: Nov 22 2024 at 17:03 UTC