File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,11 @@ of the code is needed to enable better code sharing between CIR and classic
205205codegen. Each of these areas is relatively self-contained in the codegen
206206implementation, 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
208213C++ 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
222222Pervasive Low-Level Issues
223223==========================
You can’t perform that action at this time.
0 commit comments