[PATCH] D113289: LICM: Hoist LOAD without STORE

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 07:06:46 PST 2021


nikic 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() {
----------------
Comment should probably be updated.


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

https://reviews.llvm.org/D113289



More information about the llvm-commits mailing list