[all-commits] [llvm/llvm-project] 54d6a6: [Attributor][NFC] Predetermine the module
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Apr 1 20:01:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 54d6a608bf81952fa042b101c31f58e8bfa9b1fd
https://github.com/llvm/llvm-project/commit/54d6a608bf81952fa042b101c31f58e8bfa9b1fd
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][NFC] Predetermine the module
It could happen that we delete the first function in the SCC in the
future so we should be careful accessing `Functions` after the manifest
stage.
More information about the All-commits
mailing list