[all-commits] [llvm/llvm-project] bc7eb9: MachineScheduler.h - reduce AliasAnalysis.h includ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 25 03:44:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc7eb9010f4163973571871b14a943c377d1b4f3
https://github.com/llvm/llvm-project/commit/bc7eb9010f4163973571871b14a943c377d1b4f3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineScheduler.h
Log Message:
-----------
MachineScheduler.h - reduce AliasAnalysis.h include to forward declaration. NFC.
Replace legacy AliasAnalysis typedef with AAResults where necessary.
Commit: e367c0081cbe7f0ea2bffb5122d3f1d8dd1fb177
https://github.com/llvm/llvm-project/commit/e367c0081cbe7f0ea2bffb5122d3f1d8dd1fb177
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/FPEnv.h
M llvm/lib/IR/FPEnv.cpp
Log Message:
-----------
FPEnv.h - reduce includes to forward declarations. NFC.
Ensure FPEnv.cpp includes FPEnv.h first to check for hidden dependencies.
Compare: https://github.com/llvm/llvm-project/compare/9fb7e98db5aa...e367c0081cbe
More information about the All-commits
mailing list