Stream: cranelift

Topic: ✔ ISLE: primitive negate/cast functions aside from i64


view this post on Zulip Andrea O'Gara (Nov 08 2023 at 02:37):

I'm currently working on adding a new rule that requires negating an integer, and after looking through the isle prelude, was only able to find i64_neg, which is not particularly helpful since I'm starting from an i8, and can't cast up to i64 with the built-in x_as_y functions. Is this a situation where adding to the prelude is appropriate, or is there a better solution?

view this post on Zulip Notification Bot (Nov 08 2023 at 22:38):

Andrea O'Gara has marked this topic as resolved.


Last updated: Nov 22 2024 at 16:03 UTC