Pass that drops type‐test intrinsics and related uses.
Synopsis
Declared in <llvm/Transforms/IPO/LowerTypeTests.h>
class DropTypeTestsPass
: public RequiredPassInfoMixin<DropTypeTestsPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
|
Construct a pass that drops type tests according to |
Print this pass's pipeline representation to |
|
Run type‐test dropping over the given module. |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs