[all-commits] [llvm/llvm-project] f64dc4: Preserve GlobalsAA analysis result in InjectTLIMap...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jun 23 14:06:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f64dc4e6866c2ab88148abb7d8a27e3828f978e4
https://github.com/llvm/llvm-project/commit/f64dc4e6866c2ab88148abb7d8a27e3828f978e4
Author: Ryan Santhiraraja <rsanthir at quicinc.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
Log Message:
-----------
Preserve GlobalsAA analysis result in InjectTLIMappings
InjectTLIMappings fails to preserve the analysis result of GlobalsAA. Not preserving the analysis might affect benchmark performance. This change fixes this issue.
Patch by: Ryan Santhiraraja <rsanthir at quicinc.com>
Reviewers: fpetrogalli, joerg, fhahn
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D82343
More information about the All-commits
mailing list