[PATCH] D93694: [MachineLICM] SinkIntoLoop: analyse successive store instructions
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 05:57:52 PST 2020
fhahn added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/machine-licm-sink-instr.ll:8
define i32 @sink_load_and_copy(i32 %n) {
; CHECK-LABEL: sink_load_and_copy:
----------------
Can this be a MIR test? That would make it slightly easier to relate the test to the code changes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93694/new/
https://reviews.llvm.org/D93694
More information about the llvm-commits
mailing list