[PATCH] D133192: [LICM] Allow load-only scalar promotion in the presence of aliasing loads

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 14:28:52 PST 2023


asbirlea added a comment.
Herald added a subscriber: StephenFan.

Seeing a regression after this change. Filed: https://github.com/llvm/llvm-project/issues/59951



================
Comment at: llvm/test/Transforms/LICM/guards.ll:34
 ; CHECK-NEXT:  entry:
 ; CHECK-NEXT:    br label [[LOOP:%.*]]
 ; CHECK:       loop:
----------------
is this missing a CHECK for a load?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133192



More information about the llvm-commits mailing list