The lowering is a port of the SDAG expansion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88364
[GlobalISel] Add support for lowering of vector G_SELECT and use for AArch64. ClosedPublic Authored by aemerson on Sep 26 2020, 10:37 AM.
Details Summary The lowering is a port of the SDAG expansion.
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka. · View Herald TranscriptSep 26 2020, 10:37 AM This revision is now accepted and ready to land.Sep 28 2020, 9:44 AM This revision was landed with ongoing or failed builds.Sep 28 2020, 2:01 PM Closed by commit rG082321909e51: [GlobalISel] Add support for lowering of vector G_SELECT and use for AArch64. (authored by aemerson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 294804 llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
llvm/test/CodeGen/AArch64/arm64-vabs.ll
|