What's Changed
Toolchain and implementation changes 🛠️
- Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind by @jonmeow in #4115
- Refactor whether a function is lowered into InstKind::Define by @jonmeow in #4117
- Refactor InstKind to move metadata from macros to the type. by @jonmeow in #4119
- Add a convenience method for dumping the formatted SemIR file. by @jonmeow in #4123
- Refactor lower handlers to use overloads. by @jonmeow in #4120
Full Changelog: v0.0.0-0.nightly.2024.07.11...v0.0.0-0.nightly.2024.07.12