Amends test Transforms/LoopSimplify/update_latch_md2.ll with auto-generated checks. Differential Revision: https://reviews.llvm.org/D125574
Fixes a bug preventing moving the loop's metadata to an outer loop's header, which happens if the loop's exit is also the header of an outer loop. Adjusts test for above. Fixes #55416. Differential Revision: https://reviews.llvm.org/D125574
Adds a test to expose #55416. Differential Revision: https://reviews.llvm.org/D125696