[PATCH] D76617: [SveEmitter] Fix encoding/decoding of SVETypeFlags
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 08:41:50 PDT 2020
sdesmalen created this revision.
sdesmalen added reviewers: SjoerdMeijer, Andrzej.
Herald added subscribers: cfe-commits, tschuett.
Herald added a project: clang.
This issue was introduced when reworking D75861 <https://reviews.llvm.org/D75861>. The bug isn't
actually hit with current unit tests because the contiguous loads/stores
infer the EltType and the MemEltType from the pointer and result, rather
than using the flags. But it will be needed for other intrinsics, such as
gather/scatter.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76617
Files:
clang/include/clang/Basic/TargetBuiltins.h
clang/utils/TableGen/SveEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76617.252019.patch
Type: text/x-patch
Size: 3943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200323/8b35eeb1/attachment.bin>
More information about the llvm-commits
mailing list