X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FAArch64%2Fneon-truncStore-extLoad.ll;h=1df3719c886779080c8a57fe13901fdb8ff4053e;hb=29f94c72014eaa5d0d3b920686e689e79759cacb;hp=f15cd24e5d422c0f8595382599f3e432a4454f2d;hpb=9105f66d6f3cb6330ce77a88a0ef1ec0744aba85;p=oota-llvm.git diff --git a/test/CodeGen/AArch64/neon-truncStore-extLoad.ll b/test/CodeGen/AArch64/neon-truncStore-extLoad.ll index f15cd24e5d4..1df3719c886 100644 --- a/test/CodeGen/AArch64/neon-truncStore-extLoad.ll +++ b/test/CodeGen/AArch64/neon-truncStore-extLoad.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -verify-machineinstrs -mtriple=arm64-none-linux-gnu -mattr=+neon | FileCheck %s +; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s ; A vector TruncStore can not be selected. ; Test a trunc IR and a vector store IR can be selected correctly.