[all-commits] [llvm/llvm-project] dcb48f: Revert "[AArch64][SVE] Add permutation and selecti...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Thu Dec 19 06:26:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dcb48f50bdfa0fa47b62d089b6ed999d857fc9f8
https://github.com/llvm/llvm-project/commit/dcb48f50bdfa0fa47b62d089b6ed999d857fc9f8
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll
Log Message:
-----------
Revert "[AArch64][SVE] Add permutation and selection intrinsics"
This reverts commit 23c28c40436143006be740533375c036d11c92cd.
It caused build failures in the following expensive checks builders:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu/builds/1295
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-debian/builds/700
Reverting for now whilst I figure what the issue is.
More information about the All-commits
mailing list