New PM pass that expands reduction intrinsics for the target.
Synopsis
Declared in <llvm/CodeGen/ExpandReductions.h>
class ExpandReductionsPass
: public RequiredPassInfoMixin<ExpandReductionsPass>
Description
Implements IR expansion for reduction intrinsics, allowing targets to keep the intrinsics until just before codegen.
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
Expand reduction intrinsics in |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs