[PATCH] D45236: [Polly][IslAst] Fix minimal dependence distance.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 16:36:44 PDT 2018
Meinersbur added inline comments.
================
Comment at: test/Isl/Ast/dependence_distance_minimal.ll:23-56
+define void @foo(i32* nocapture, i32* nocapture) {
+ br label %3
+
+; <label>:3: ; preds = %2
+ br label %5
+
+; <label>:4: ; preds = %8
----------------
Could you run the `-instnamer` pass on this? Should make the statement names checked in the AST more stable.
Repository:
rL LLVM
https://reviews.llvm.org/D45236
More information about the llvm-commits
mailing list