Add basic handling for VP ops that can expand to FP intrinsics
Fixes #60464
Paths
| Differential D149052
[VP] IR expansion for fabs/fsqrt/fma/fmadd ClosedPublic Authored by RKSimon on Apr 24 2023, 4:33 AM.
Details
Summary Add basic handling for VP ops that can expand to FP intrinsics Fixes #60464
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 24 2023, 4:53 AM This revision was landed with ongoing or failed builds.Apr 24 2023, 7:20 AM Closed by commit rG0b7f53efecb6: [VP] IR expansion for fabs/fsqrt/fma/fmadd (authored by RKSimon). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 516404 llvm/include/llvm/IR/IntrinsicInst.h
llvm/lib/CodeGen/ExpandVectorPredication.cpp
llvm/lib/IR/IntrinsicInst.cpp
llvm/test/CodeGen/X86/expand-vp-fp-intrinsics.ll
|