[all-commits] [llvm/llvm-project] c65d4e: [AArch64][SVE] Guard perm and select bfloat16 intr...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Fri Jun 26 02:36:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c65d4eb5d3db423a63e8f1ee8be5cfa36b5128cd
https://github.com/llvm/llvm-project/commit/c65d4eb5d3db423a63e8f1ee8be5cfa36b5128cd
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select-matmul-fp64.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sel.ll
Log Message:
-----------
[AArch64][SVE] Guard perm and select bfloat16 intrinsic patterns
Summary:
Permutation and selection bfloat16 intrinsic patterns should be guarded
on the feature flag `+bf16`. Missed in D82182 and D80850.
Reviewers: sdesmalen, fpetrogalli, kmclaughlin, efriedma
Reviewed By: fpetrogalli
Differential Revision: https://reviews.llvm.org/D82492
More information about the All-commits
mailing list