This is an archive of the discontinued LLVM Phabricator instance.

[SveEmitter] Add builtins for svmov_b and svnot_b.
ClosedPublic

Authored by sdesmalen on Apr 28 2020, 1:56 PM.

Details

Summary

These are custom expanded in CGBuiltin:

svmov_b_z(pg, op) <=> svand_b_z(pg, op, op)
svnot_b_z(pg, op) <=> sveor_b_z(pg, op, pg)

Diff Detail

Event Timeline

sdesmalen created this revision.Apr 28 2020, 1:56 PM
This revision is now accepted and ready to land.Apr 28 2020, 2:04 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2020, 5:51 AM