[all-commits] [llvm/llvm-project] 099500: [Attributor][NFC] Predetermine the module before v...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Mar 23 08:46:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0995001ce5732b6338b2679924e419b4ed8e30f2
https://github.com/llvm/llvm-project/commit/0995001ce5732b6338b2679924e419b4ed8e30f2
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][NFC] Predetermine the module before verification
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