[all-commits] [llvm/llvm-project] cda166: [SVE] Remove getNumElements() calls in Verifier::v...
david-arm via All-commits
all-commits at lists.llvm.org
Mon Jun 8 05:00:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cda166c37ce98b0934c9c4780ad39ce6885da724
https://github.com/llvm/llvm-project/commit/cda166c37ce98b0934c9c4780ad39ce6885da724
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[SVE] Remove getNumElements() calls in Verifier::visitIntrinsicCall
Replace getNumElements() with getElementCount() when asserting that
two types have the same element counts.
Differential Revision: https://reviews.llvm.org/D81371
More information about the All-commits
mailing list