[llvm] 4420589 - [Hexagon] Fix match pattern in a testcase
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 07:10:19 PDT 2020
Author: Krzysztof Parzyszek
Date: 2020-03-09T09:09:58-05:00
New Revision: 44205891ed1441f54e215a09b2e765b694a57fef
URL: https://github.com/llvm/llvm-project/commit/44205891ed1441f54e215a09b2e765b694a57fef
DIFF: https://github.com/llvm/llvm-project/commit/44205891ed1441f54e215a09b2e765b694a57fef.diff
LOG: [Hexagon] Fix match pattern in a testcase
Added:
Modified:
llvm/test/CodeGen/Hexagon/v60small.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Hexagon/v60small.ll b/llvm/test/CodeGen/Hexagon/v60small.ll
index 171ab28b0317..7800173e0bd5 100644
--- a/llvm/test/CodeGen/Hexagon/v60small.ll
+++ b/llvm/test/CodeGen/Hexagon/v60small.ll
@@ -1,6 +1,6 @@
; RUN: llc -march=hexagon -O2 -mcpu=hexagonv60 < %s | FileCheck %s
-; CHECK: q{{[0-3]}} = v{{[0-9]*}}and(v{{[0-9]*}},r{{[0-9]*}})
+; CHECK: q{{[0-3]}} = vand(v{{[0-9]*}},r{{[0-9]*}})
target datalayout = "e-m:e-p:32:32:32-i64:64:64-i32:32:32-i16:16:16-i1:8:8-f64:64:64-f32:32:32-v64:64:64-v32:32:32-a:0-n16:32"
target triple = "hexagon"
More information about the llvm-commits
mailing list