[PATCH] D113289: LICM: Hoist LOAD without STORE

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 07:09:50 PST 2021


djtodoro added inline comments.


================
Comment at: llvm/test/Transforms/LICM/scalar-promote.ll:312
 
 ; Make sure we don't promote if the store is really control-flow dependent.
 define i32 @test7bad() {
----------------
nikic wrote:
> Comment should probably be updated.
I'll do that before commiting. Thanks!


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

https://reviews.llvm.org/D113289



More information about the llvm-commits mailing list