-
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Labels
Description
A List of things that need to be done to support LLVM15
- Remove use of
getPointeeType
- Rework
DtoLoad
to not usegetPointerElementType
- Rework
DtoGep
(and friends) to not usegetPointerElementType
- Remove use of
getPointerElementType
- Remove use of
->getType()->getContainedType(0)
on pointers - Update
ldc.intrinsics
that have pointer arguments fromp0i8
top0
- Update and adapt test suite to accommodate opaque pointers #4189
- Move our use of the Sanitiser Passes to the new pass structure
- Move Our custom passes to the new pass structure
- gc2stack Gc2stack #4188
- strip externals Wrap strip externals pass for new pass manger. #4200
- DLLImportRelocation
- Simplify Druntime Calls
- Port passes to LLVM's new pass manager #3961
bitraft, GZGavinZhao and rikkimax