[PATCH] D62164: [PowerPC] Enable MachinePipeliner for P9 with -ppc-enable-pipeliner
Tim Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 15:47:34 PDT 2019
timshen added a comment.
Hi,
This patch seems to fail under Asan at https://github.com/llvm-mirror/llvm/blob/28bea3dbfef348e53cf48f921e96a35b642b3950/lib/CodeGen/MachinePipeliner.cpp#L3736.
I verified that `lower_bound()` may return `Indices.end()` upon running the test CodeGen/PowerPC/sms-simple.ll.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62164/new/
https://reviews.llvm.org/D62164
More information about the llvm-commits
mailing list