[all-commits] [llvm/llvm-project] 970827: [Attributor][FIX] Undo 16188f9 until SCC iterator ...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Feb 21 14:21:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9708279c725a515c69c41130aaaa36dc6a0b34d8
https://github.com/llvm/llvm-project/commit/9708279c725a515c69c41130aaaa36dc6a0b34d8
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][FIX] Undo 16188f9 until SCC iterator bug is fixed
The buildbot
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win
shows some strange SCC iterator bug since 16188f9 which we need to
investigate. This patch should remove the part of 16188f9 that could
have exposed the problem.
More information about the All-commits
mailing list