[PATCH] D129636: Fix a LSR debug invariance issue

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 15 02:04:02 PDT 2022


eopXD added inline comments.


================
Comment at: llvm/test/Transforms/LoopStrengthReduce/dbg-inv-0.ll:8
+; Verify that transformation is debug invariant. More specifically problems
+; were  observed where SCEV had cached expressions during debug salvage analysis
+; (which only happens in presence of debug intrinsics) and then during
----------------
Nit: extra space between `were observed`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129636



More information about the llvm-commits mailing list