[PATCH] D83869: [Loop Simplify] Resolve an issue where metadata is not applied to a loop latch.
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 07:57:03 PDT 2020
bmahjour added inline comments.
================
Comment at: llvm/test/Transforms/LoopSimplify/update_latch_md.ll:16
+
+define void @mat_times_vec(i32 %A) {
+mat_times_vec_entry:
----------------
The function and label names should be renamed to make the test more readable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83869/new/
https://reviews.llvm.org/D83869
More information about the llvm-commits
mailing list