[PATCH] D113289: LICM: Hoist LOAD without STORE

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 06:52:40 PST 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/LICM/hoist-load-without-store.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -licm -S < %s | FileCheck %s
----------------
I mean, can you just commit this test file first, with proper check lines,
so that they are only changed by the following patch?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113289/new/

https://reviews.llvm.org/D113289



More information about the llvm-commits mailing list