[all-commits] [llvm/llvm-project] 145e44: [SVE]Fix implicit TypeSize casts in EmitCheckValue
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Thu Oct 15 05:31:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 145e44bb18853bc9beeac0e64fffd9e6895e71f9
https://github.com/llvm/llvm-project/commit/145e44bb18853bc9beeac0e64fffd9e6895e71f9
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
Log Message:
-----------
[SVE]Fix implicit TypeSize casts in EmitCheckValue
Using TypeSize::getFixedSize() instead of relying upon the implicit
TypeSize->uint64_cast as the type is always fixed width.
Differential Revision: https://reviews.llvm.org/D89313
More information about the All-commits
mailing list