[all-commits] [llvm/llvm-project] f6ea02: [SveEmitter] Fix encoding/decoding of SVETypeFlags
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Tue Apr 14 07:51:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6ea026f179a02cd335d71e4800b4d67c25c006b
https://github.com/llvm/llvm-project/commit/f6ea026f179a02cd335d71e4800b4d67c25c006b
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/clang/Basic/arm_sve.td
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[SveEmitter] Fix encoding/decoding of SVETypeFlags
Summary:
This issue was introduced when reworking 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.
Reviewers: SjoerdMeijer, Andrzej
Reviewed By: SjoerdMeijer
Subscribers: andwar, tschuett, cfe-commits, llvm-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D76617
More information about the All-commits
mailing list