[all-commits] [llvm/llvm-project] f58151: [SVE] Remove reliance on TypeSize comparison opera...
david-arm via All-commits
all-commits at lists.llvm.org
Wed Oct 21 00:31:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f5815105d2762d68000996bff9041216cd7b732e
https://github.com/llvm/llvm-project/commit/f5815105d2762d68000996bff9041216cd7b732e
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-10-21 (Wed, 21 Oct 2020)
Changed paths:
M llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
M llvm/unittests/IR/VectorTypesTest.cpp
Log Message:
-----------
[SVE] Remove reliance on TypeSize comparison operators in unit tests
The EXPECT_XY comparison functions all rely upon using the existing
TypeSize comparison operators, which we are deprecating in favour
of isKnownXY. I've changed all such cases to compare either the known
minimum size or the fixed size.
Differential Revision: https://reviews.llvm.org/D89531
More information about the All-commits
mailing list