[all-commits] [llvm/llvm-project] 12173e: [Attributor][NFC] Do not record dependences on fix...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Oct 30 18:46:36 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 12173e60ec430214f4035edd12720f86fe2c9588
https://github.com/llvm/llvm-project/commit/12173e60ec430214f4035edd12720f86fe2c9588
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][NFC] Do not record dependences on fixed attributes
Since fixed values cannot change, we do not need to wait for it to
happen, we will never notify the dependent attribute anyway.
More information about the All-commits
mailing list