[llvm] 0034e00 - AArch64/GlobalISel: Fix missing function begin marker in test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 13:56:25 PDT 2020
Author: Matt Arsenault
Date: 2020-08-27T16:56:17-04:00
New Revision: 0034e00da0e5448b03e15eee0279736dab29c944
URL: https://github.com/llvm/llvm-project/commit/0034e00da0e5448b03e15eee0279736dab29c944
DIFF: https://github.com/llvm/llvm-project/commit/0034e00da0e5448b03e15eee0279736dab29c944.diff
LOG: AArch64/GlobalISel: Fix missing function begin marker in test
Added:
Modified:
llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir b/llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir
index 61e789d913ab..88f0f8d8e03d 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/postlegalizer-combiner-and-trivial-mask.mir
@@ -4,6 +4,7 @@
#
# RUN: llc -mtriple aarch64 -run-pass=aarch64-postlegalizer-combiner -verify-machineinstrs %s -o - | FileCheck %s
+---
name: remove_and_with_one_bit
legalized: true
tracksRegLiveness: true
More information about the llvm-commits
mailing list