[all-commits] [llvm/llvm-project] e8d9ee: [SVE][CodeGen]Use getFixedSize() function for Type...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Fri Oct 16 03:23:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8d9ee9c7cfe46d9b552111a27d866fce0498b0a
https://github.com/llvm/llvm-project/commit/e8d9ee9c7cfe46d9b552111a27d866fce0498b0a
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
Log Message:
-----------
[SVE][CodeGen]Use getFixedSize() function for TypeSize comparison in clang
This patch makes sure that the instance of TypeSize comparison operator
is done with a fixed type size.
Differential Revision: https://reviews.llvm.org/D89312
More information about the All-commits
mailing list