Skip to content

Commit beb95e1

Browse files
committed
Reformat list of areas for improvement
1 parent 4b42338 commit beb95e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/docs/ClangIRCodeDuplication.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ of the code is needed to enable better code sharing between CIR and classic
205205
codegen. Each of these areas is relatively self-contained in the codegen
206206
implementation, making the path to a shared implementation relatively clear.
207207

208+
Constant expression evaluation
209+
Complex multiplication and division expansion
210+
Builtin function handling
211+
Exception Handling and C++ Cleanups
212+
Inline assembly handling
208213
C++ ABI Handling
209214
VTable generation
210215
Virtual function calls
@@ -213,11 +218,6 @@ C++ ABI Handling
213218
Base class address calculation
214219
Type descriptors
215220
Array new and delete
216-
Constant expression evaluation
217-
Complex multiplication and division expansion
218-
Builtin function handling
219-
Exception Handling and C++ Cleanups
220-
Inline assembly handling
221221

222222
Pervasive Low-Level Issues
223223
==========================

0 commit comments

Comments
 (0)