Builtins that have the merge type MergeAnyExp or MergeZeroExp,
merge into a 'undef' or 'zero' vector respectively, which enables the
_x and _z behaviour for unary operations.
This patch also adds builtins for svabs and svneg.
Paths
| Differential D77591
[SveEmitter] Explicitly merge with zero/undef ClosedPublic Authored by sdesmalen on Apr 6 2020, 3:04 PM.
Details Summary Builtins that have the merge type MergeAnyExp or MergeZeroExp, This patch also adds builtins for svabs and svneg.
Diff Detail
Event Timelinesdesmalen added a child revision: D77593: [SveEmitter] Implement zeroing of false lanes.Apr 6 2020, 3:13 PM This revision is now accepted and ready to land.Apr 6 2020, 4:41 PM Closed by commit rG9986b3de26d3: [SveEmitter] Explicitly merge with zero/undef (authored by sdesmalen). · Explain WhyApr 20 2020, 8:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258760 clang/include/clang/Basic/arm_sve.td
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_abs.c
clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_neg.c
|