Add basic handling for VP ops that can expand to Cast intrinsics
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
(style) Remove the braces around each case statment - we should only need those if we have a local variable
Paths
| Differential D159491
[VP] IR expansion for zext/sext/trunc/fptosi/fptosi/sitofp/uitofp/fptrunc/fpext ClosedPublic Authored by Miss_Grape on Sep 9 2023, 3:10 AM.
Details Summary Add basic handling for VP ops that can expand to Cast intrinsics
Diff Detail Event TimelineComment Actions (style) Remove the braces around each case statment - we should only need those if we have a local variable Comment Actions
done~ This revision is now accepted and ready to land.Sep 11 2023, 2:09 AM Closed by commit rG3723ede3cf53: [VP] IR expansion for zext/sext/trunc/fptosi/fptosi/sitofp/uitofp/fptrunc/fpext (authored by liqin.weng <liqin.weng@spacemit.com>). · Explain WhySep 11 2023, 6:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 556381 llvm/lib/CodeGen/ExpandVectorPredication.cpp
llvm/test/CodeGen/X86/expand-vp-cast-intrinsics.ll
|