[all-commits] [llvm/llvm-project] 1cfdca: [Attributor] Fix AAExecutionDomain returning true ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jun 22 15:30:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cfdcae653140b1df5932767862a08f5a1b6106f
https://github.com/llvm/llvm-project/commit/1cfdcae653140b1df5932767862a08f5a1b6106f
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[Attributor] Fix AAExecutionDomain returning true on invalid states
This patch fixes a problem with the AAExecutionDomain attributor not
checking if it is in a valid state. This can cause it to incorrectly
return that a block is executed in a single threaded context after the
attributor failed for any reason.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D103186
More information about the All-commits
mailing list