[all-commits] [llvm/llvm-project] 1de70a: Revert "[OpenMPOpt] ICV tracking for calls"
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Aug 19 22:12:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1de70a724e01f111c90e9ba242f46241159478e9
https://github.com/llvm/llvm-project/commit/1de70a724e01f111c90e9ba242f46241159478e9
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-08-20 (Thu, 20 Aug 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
M llvm/test/Transforms/OpenMP/icv_tracking.ll
Log Message:
-----------
Revert "[OpenMPOpt] ICV tracking for calls"
This commits breaks certain OpenMP codes (on power) because it expanded
the Attributor scope without telling the Attributor about the SCC
extend. See: https://reviews.llvm.org/D85544#2227611
This reverts commit b0b32e649011d9a60165b9b53eb2764b7da9c8ca.
More information about the All-commits
mailing list