llvm::HipStdParMathFixupPass

Pass that rewrites math calls through the HIPSTDPAR forwarding layer.

Synopsis

Declared in <llvm/Transforms/HipStdPar/HipStdPar.h>

class HipStdParMathFixupPass
    : public RequiredPassInfoMixin<HipStdParMathFixupPass>

Base Classes

NameDescription
RequiredPassInfoMixin<HipStdParMathFixupPass>A CRTP mix-in for passes that should not be skipped.

Member Functions

NameDescription
run Replace problematic math intrinsics and libcalls in module M.

Static Member Functions

NameDescription
isRequired Return true; required passes cannot be skipped.