File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
/* ========================== begin_copyright_notice ============================
2
2
3
- Copyright (C) 2021 Intel Corporation
3
+ Copyright (C) 2021-2022 Intel Corporation
4
4
5
5
SPDX-License-Identifier: MIT
6
6
@@ -20,9 +20,9 @@ SPDX-License-Identifier: MIT
20
20
* and if the optimization is necessary and possible, the pass performs a Read Write Modify operation on the store instruction.
21
21
*
22
22
* The requirements for a store instruction to go into the L1 cache are:
23
- * The address for the store needs to be 16-byte aligned.
24
- * The size of the stored data needs to be a multiple of 16 bytes.
25
- * .ca on load and store instructions should not be marked as uncached
23
+ * The address for the store needs to be 16-byte aligned.
24
+ * The size of the stored data needs to be a multiple of 16 bytes.
25
+ * .ca on load and store instructions should not be marked as uncached
26
26
* If these requirements are not satisfied then the store instruction is expanded to include the padding around the stored data.
27
27
* This padding is preliminarily loaded into a virtual register to save those values.
28
28
*
Original file line number Diff line number Diff line change 1
1
/* ========================== begin_copyright_notice ============================
2
2
3
- Copyright (C) 2021 Intel Corporation
3
+ Copyright (C) 2021-2022 Intel Corporation
4
4
5
5
SPDX-License-Identifier: MIT
6
6
@@ -20,9 +20,9 @@ SPDX-License-Identifier: MIT
20
20
* and if the optimization is necessary and possible, the pass performs a Read Write Modify operation on the store instruction.
21
21
*
22
22
* The requirements for a store instruction to go into the L1 cache are:
23
- * The address for the store needs to be 16-byte aligned.
24
- * The size of the stored data needs to be a multiple of 16 bytes.
25
- * .ca on load and store instructions should not be marked as uncached
23
+ * The address for the store needs to be 16-byte aligned.
24
+ * The size of the stored data needs to be a multiple of 16 bytes.
25
+ * .ca on load and store instructions should not be marked as uncached
26
26
* If these requirements are not satisfied then the store instruction is expanded to include the padding around the stored data.
27
27
* This padding is preliminarily loaded into a virtual register to save those values.
28
28
*
You can’t perform that action at this time.
0 commit comments