AArch64/ARM64: port BSL logic from AArch64 & enable test.
[oota-llvm.git] / test / CodeGen / AArch64 / neon-bsl.ll
index c55fd01320bb71ce5605a26b2bfce2f40c927d59..3182b700d8f7a718cf6f579bc5e4b9bcb5a63546 100644 (file)
@@ -1,4 +1,6 @@
 ; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
+; arm64 has no equivalent vbsl intrinsic, always using the and/or IR. The final
+; two tests are duplicated by ARM64's vselect.ll test.
 
 declare <2 x double> @llvm.arm.neon.vbsl.v2f64(<2 x double>, <2 x double>, <2 x double>)