v1.11.6
Use tagged CodeInstances for AbstractInterpreter caching (#52233)
effects: add new `@consistent_overlay` macro (#54322)
Fix tbaa usage when storing into heap allocated immutable structs (#58483)
Fall bad generated functions back to interpreter (#50348)
optimizer: fix the `all_rettypes_consistent` case of post-opt analysis (#51187)
effects: fix `Base.@_noub_meta` (#56061)
fixup! inference: fix lattice for unusual InterConditional return and Const Bool representations (#57080)
Compiler: fix unsoundness of getfield_tfunc on Tuple Types (#57275)
Fix interpreter_exec.jl test (#53218)
Optimizer: Update SROA def-uses after DCE (#57201)
extract common code to create a dummy `IRCode` into a utility function (#52329)
minor refactoring on the `CustomAbstractInterpreterCaching` test case (#53329)
Add 0 predecessor to entry basic block and handle it in inlining (#58683)
add `construct_[post]domtree(::[IRCode|CFG])` interfaces (#53638)
Reland: expose caller world to GeneratedFunctionStub (#48766)