[PATCH] D66234: [MergedLoadStoreMotion] Sink stores to BB with more than 2 predecessors
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 11:05:21 PDT 2019
lebedev.ri added inline comments.
================
Comment at: llvm/test/Transforms/InstMerge/st_sink_split_bb.ll:42-44
+; CHECK-LABEL: .sink.split:
+; CHECK: store
+; CHECK: store
----------------
This test is hard to read, can you use `utils/update_test_checks.py` and precommit it first?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66234/new/
https://reviews.llvm.org/D66234
More information about the llvm-commits
mailing list