[PATCH] D110812: [test] Pre-commit test case for PR51981. NFC

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 04:06:16 PDT 2021


bjope added inline comments.


================
Comment at: llvm/test/Transforms/LoopRotate/pr51981-scev-problem.ll:37
+for.cond109:                                      ; preds = %crit_edge, %entry
+  %div210 = load i32, i32* @offset, align 1
+  br i1 %a, label %exit, label %for.body215.lr.ph
----------------
fhahn wrote:
> does this have to be a load?
Haven't found anything else that still reproduce the problem (such as using an add instruction instead).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110812



More information about the llvm-commits mailing list