Hoist/decompose integer division and remainder instructions to enable CFG improvements and better codegen.
Synopsis
Declared in <llvm/Transforms/Scalar/DivRemPairs.h>
struct DivRemPairsPass
: OptionalPassInfoMixin<DivRemPairsPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
Run div/rem pairing over the function. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs