What's Changed
* Handle memset of undef memory, even if not type analyzable by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1426
* Do not perform runtime activity check for known non-aliasing pointers by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1427
* Print debug info on assertion by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1428
* Handle null unwrap return in available map by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1429
* Fix use of exit block shared by multiple loops by wsmoses in https://github.com/EnzymeAD/Enzyme/pull/1430
**Full Changelog**: https://github.com/EnzymeAD/Enzyme/compare/v0.0.83...v0.0.84