[all-commits] [llvm/llvm-project] 9036fc: MIRVRegNamerUtils.h - remove unnecessary includes....
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 20 08:00:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9036fcd25f042b99f91208b46d0db4a9157c35b4
https://github.com/llvm/llvm-project/commit/9036fcd25f042b99f91208b46d0db4a9157c35b4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
M llvm/lib/CodeGen/MIRVRegNamerUtils.h
Log Message:
-----------
MIRVRegNamerUtils.h - remove unnecessary includes. NFC.
Replace with forward declarations or push down to MIRVRegNamerUtils.cpp where necessary.
Commit: 6cb204eb6474713f7151087369e7b756e709863a
https://github.com/llvm/llvm-project/commit/6cb204eb6474713f7151087369e7b756e709863a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/lib/CodeGen/BranchFolding.cpp
M llvm/lib/CodeGen/BranchFolding.h
M llvm/lib/CodeGen/IfConversion.cpp
Log Message:
-----------
BranchFolding.h - cleanup includes and forward declarations. NFC.
Push MBFIWrapper.h include down to BranchFolding.cpp/IfConversion.cpp
Compare: https://github.com/llvm/llvm-project/compare/232578804ab8...6cb204eb6474
More information about the All-commits
mailing list