[llvm] a3fcd64 - [AArch64] Fix stp-opt-with-renaming-ld3.mir with expensive checks.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 12:24:16 PDT 2020


Author: Florian Hahn
Date: 2020-06-03T20:23:52+01:00
New Revision: a3fcd6476a4e4270ea19137656d94d395d303349

URL: https://github.com/llvm/llvm-project/commit/a3fcd6476a4e4270ea19137656d94d395d303349
DIFF: https://github.com/llvm/llvm-project/commit/a3fcd6476a4e4270ea19137656d94d395d303349.diff

LOG: [AArch64] Fix stp-opt-with-renaming-ld3.mir with expensive checks.

Unconditionally use -verify-machineinstrs and XFAIL the test until
fixed.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/stp-opt-with-renaming-ld3.mir

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/stp-opt-with-renaming-ld3.mir b/llvm/test/CodeGen/AArch64/stp-opt-with-renaming-ld3.mir
index ff1e5de46573..ef44df124333 100644
--- a/llvm/test/CodeGen/AArch64/stp-opt-with-renaming-ld3.mir
+++ b/llvm/test/CodeGen/AArch64/stp-opt-with-renaming-ld3.mir
@@ -1,4 +1,5 @@
-# RUN: llc -run-pass=aarch64-ldst-opt -mtriple=arm64-apple-iphoneos -aarch64-load-store-renaming=true -o - %s | FileCheck %s
+# XFAIL: *
+# RUN: llc -run-pass=aarch64-ldst-opt -mtriple=arm64-apple-iphoneos -aarch64-load-store-renaming=true -verify-machineinstrs -o - %s | FileCheck %s
 --- |
   define void @test_ld3(<8 x i8>* %a1) {
   entry:


        


More information about the llvm-commits mailing list