[PATCH] D113289: LICM: Hoist LOAD without STORE
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 06:55:11 PST 2021
djtodoro 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
----------------
lebedev.ri wrote:
> I mean, can you just commit this test file first, with proper check lines,
> so that they are only changed by the following patch?
Got it! Sure. I'll do that.
I thought you wanted to double check the new changes in the failing tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113289/new/
https://reviews.llvm.org/D113289
More information about the llvm-commits
mailing list