sdesmalen marked an inline comment as done.
sdesmalen added a comment.
Thanks for having a look @SjoerdMeijer
Comment at: clang/utils/TableGen/SveEmitter.cpp:68
TypeSpec TS;
+ bool IsSplat;
bool Float, Signed, Immediate, Void, Constant, Pointer;
SjoerdMe
SjoerdMeijer added inline comments.
Comment at: clang/utils/TableGen/SveEmitter.cpp:68
TypeSpec TS;
+ bool IsSplat;
bool Float, Signed, Immediate, Void, Constant, Pointer;
I was wondering if IsSplat belongs here or somewhere else. It doesn't sound
like a
sdesmalen created this revision.
sdesmalen added reviewers: SjoerdMeijer, efriedma.
Herald added a subscriber: tschuett.
Herald added a reviewer: rengolin.
For scalar operands that need to be splat to a vector,
this patch adds a bool to the SVEType struct so that the
`applyModifier` function sets