Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 2546e0b

Browse files
troels-imRyan Moreno (HE/HIM)
authored andcommitted
Addressing last comments - QAT v0.1 (#1240)
* Type renaming * Removing redudant setModulePassManager * Fixing recursion * Refactoring filenames * Renaming directory * Updating names and files * Formatting * Fixing include
1 parent f2bd2ec commit 2546e0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+132
-104
lines changed

src/Passes/Source/AllocationManager/IAllocationManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44

5-
#include "Types/Types.hpp"
5+
#include "QatTypes/QatTypes.hpp"
66

77
#include <memory>
88
#include <string>

src/Passes/Source/Apps/Qat/QatConfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the MIT License.
44

55
#include "Commandline/ConfigurationManager.hpp"
6-
#include "Types/Types.hpp"
6+
#include "QatTypes/QatTypes.hpp"
77

88
namespace microsoft
99
{

src/Passes/Source/Commandline/ConfigurationManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "Commandline/ConfigBind.hpp"
66
#include "Commandline/IConfigBind.hpp"
77
#include "Commandline/ParameterParser.hpp"
8-
#include "Types/Types.hpp"
8+
#include "QatTypes/QatTypes.hpp"
99

1010
#include "Llvm/Llvm.hpp"
1111

src/Passes/Source/Commandline/IConfigBind.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Licensed under the MIT License.
44

55
#include "Commandline/ParameterParser.hpp"
6-
#include "Types/Types.hpp"
6+
#include "QatTypes/QatTypes.hpp"
77

88
#include "Llvm/Llvm.hpp"
99

src/Passes/Source/Commandline/ParameterParser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44

5-
#include "Types/Types.hpp"
5+
#include "QatTypes/QatTypes.hpp"
66

77
#include <string>
88
#include <unordered_map>

src/Passes/Source/Generators/ProfileGenerator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "Commandline/ConfigurationManager.hpp"
66
#include "Profile/Profile.hpp"
7-
#include "Types/Types.hpp"
7+
#include "QatTypes/QatTypes.hpp"
88

99
#include "Llvm/Llvm.hpp"
1010

src/Passes/Source/Logging/ILogger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44

5-
#include "Types/Types.hpp"
5+
#include "QatTypes/QatTypes.hpp"
66

77
#include <cstdint>
88
#include <string>

src/Passes/Source/ModuleLoader/ModuleLoader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Copyright (c) Microsoft Corporation.
33
// Licensed under the MIT License.
44

5+
#include "QatTypes/QatTypes.hpp"
56
#include "RemoveDisallowedAttributesPass/RemoveDisallowedAttributesPass.hpp"
6-
#include "Types/Types.hpp"
77

88
#include "Llvm/Llvm.hpp"
99

src/Passes/Source/Profile/Profile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "AllocationManager/AllocationManager.hpp"
66
#include "AllocationManager/IAllocationManager.hpp"
7-
#include "Types/Types.hpp"
7+
#include "QatTypes/QatTypes.hpp"
88
#include "Validator/Validator.hpp"
99

1010
#include "Llvm/Llvm.hpp"
File renamed without changes.

0 commit comments

Comments
 (0)