[llvm] d7ee19d - [PowerPC][GISel] add the missing verify option - NFC
Chen Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 05:00:14 PST 2022
Author: Chen Zheng
Date: 2022-12-12T12:59:27Z
New Revision: d7ee19d1639a8fd01337605ea62d762e8c08d7cd
URL: https://github.com/llvm/llvm-project/commit/d7ee19d1639a8fd01337605ea62d762e8c08d7cd
DIFF: https://github.com/llvm/llvm-project/commit/d7ee19d1639a8fd01337605ea62d762e8c08d7cd.diff
LOG: [PowerPC][GISel] add the missing verify option - NFC
Added:
Modified:
llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll b/llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll
index ade1d6380536..79eed7f6ad56 100644
--- a/llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll
+++ b/llvm/test/CodeGen/PowerPC/GlobalISel/load-store-64bit.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -global-isel -o - \
-; RUN: -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names < %s | FileCheck %s
+; RUN: -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names -verify-machineinstrs < %s | FileCheck %s
define i64 @load_i64(ptr %p) {
; CHECK-LABEL: load_i64:
More information about the llvm-commits
mailing list