Stream: compiler development

Topic: Removing dead code in LLVM backend


view this post on Zulip Eric Rogstad (Jul 28 2026 at 20:39):

Hey @Richard Feldman and @Luke Boswell looks like you guys had a pair of PRs touching the LLVM backend that added some code (in #9648), and then made it unreachable (in #9600).

Here's a quick PR to delete the dead code: https://github.com/roc-lang/roc/pull/10437

Does this make sense, or do we want to keep the (currently unreachable) floatDecIntTryUnsafeInfo function around for some reason?

view this post on Zulip Richard Feldman (Jul 28 2026 at 20:39):

nope, thanks!


Last updated: Aug 12 2026 at 12:35 UTC