[all-commits] [llvm/llvm-project] 6b313f: [AArch64][SVE] Remove asserts from AArch64ISelLowe...
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Fri Jun 26 06:55:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6b313f198c95218b953f2c992f702f178c61cd1d
https://github.com/llvm/llvm-project/commit/6b313f198c95218b953f2c992f702f178c61cd1d
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[AArch64][SVE] Remove asserts from AArch64ISelLowering for bfloat16 types
Remove the asserts in performLDNT1Combine & performST[NT]1Combine
to ensure we get a failure where the type is a bfloat16 and
hasBF16() is false, regardless of whether asserts are enabled.
More information about the All-commits
mailing list