abrown commented on issue #3886:
@cfallin or @fitzgen: trying to port these instructions over is painful. I'm stuck on how to best lower this
CMP + SETcc + SETcc
sequence which involves new ways to produce and consume flags. That is what remains of thei128
lowering; the vector lowering should not be difficult.
github-actions[bot] commented on issue #3886:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:x64", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
fitzgen commented on issue #3886:
which involves new ways to produce and consume flags
Can this not use
ProducesFlagsSideEffect
andConsumesFlagsTwiceReturnsValueRegs
? The value regs will be invalid, but I think that should be fine.
alexcrichton commented on issue #3886:
I haven't looked much into the cause, but fuzzers over the weekend found this bug in this PR -- https://github.com/bytecodealliance/wasmtime/issues/3951
Last updated: Nov 22 2024 at 17:03 UTC