[llvm] 1ef081b - movimm-expand-ldst.mir (d3d6565c2453) requires asserts
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 03:12:10 PDT 2024
Author: NAKAMURA Takumi
Date: 2024-05-20T19:10:20+09:00
New Revision: 1ef081b05c562936fc025dde39b444066d9d470f
URL: https://github.com/llvm/llvm-project/commit/1ef081b05c562936fc025dde39b444066d9d470f
DIFF: https://github.com/llvm/llvm-project/commit/1ef081b05c562936fc025dde39b444066d9d470f.diff
LOG: movimm-expand-ldst.mir (d3d6565c2453) requires asserts
Added:
Modified:
llvm/test/CodeGen/AArch64/movimm-expand-ldst.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/movimm-expand-ldst.mir b/llvm/test/CodeGen/AArch64/movimm-expand-ldst.mir
index 1ec2a00f67690..72529807d5d54 100644
--- a/llvm/test/CodeGen/AArch64/movimm-expand-ldst.mir
+++ b/llvm/test/CodeGen/AArch64/movimm-expand-ldst.mir
@@ -1,5 +1,6 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4
# RUN: llc -mtriple=aarch64 -verify-machineinstrs -run-pass=aarch64-expand-pseudo -run-pass=aarch64-ldst-opt -debug-only=aarch64-ldst-opt %s -o - | FileCheck %s
+# REQUIRES: asserts
---
name: test_fold_repeating_constant_load
tracksRegLiveness: true
More information about the llvm-commits
mailing list