[all-commits] [llvm/llvm-project] bed6a6: [Attributor][NFC] Make the MustBeExecutedContextEx...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Jun 13 16:50:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bed6a6e7e06bd3a5a5af15d7a6935d3ba2dc0da4
https://github.com/llvm/llvm-project/commit/bed6a6e7e06bd3a5a5af15d7a6935d3ba2dc0da4
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][NFC] Make the MustBeExecutedContextExplorer optional
For a lightweight pass we do not want to instantiate or use the
MustBeExecutedContextExplorer. This simply allows such a configuration.
While at it, the explorer is now allocated with the bump allocator.
More information about the All-commits
mailing list