[llvm] d79c4c1 - [CGP] Regenerate `revert-constant-ptr-propagation-on-calls.ll` test (NFC)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 00:56:21 PDT 2024
Author: Antonio Frighetto
Date: 2024-09-02T09:55:43+02:00
New Revision: d79c4c111952990062173f30bb83084cb2993f39
URL: https://github.com/llvm/llvm-project/commit/d79c4c111952990062173f30bb83084cb2993f39
DIFF: https://github.com/llvm/llvm-project/commit/d79c4c111952990062173f30bb83084cb2993f39.diff
LOG: [CGP] Regenerate `revert-constant-ptr-propagation-on-calls.ll` test (NFC)
Multiple buildbots were previously failing.
Added:
Modified:
llvm/test/Transforms/CodeGenPrepare/revert-constant-ptr-propagation-on-calls.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/CodeGenPrepare/revert-constant-ptr-propagation-on-calls.ll b/llvm/test/Transforms/CodeGenPrepare/revert-constant-ptr-propagation-on-calls.ll
index 51f1283a20ab27..8b9e60214057d6 100644
--- a/llvm/test/Transforms/CodeGenPrepare/revert-constant-ptr-propagation-on-calls.ll
+++ b/llvm/test/Transforms/CodeGenPrepare/revert-constant-ptr-propagation-on-calls.ll
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -passes='require<profile-summary>,function(codegenprepare)' -mtriple=aarch64-none-linux-gnu < %s | FileCheck %s
+; REQUIRES: aarch64-registered-target
%struct.S = type { i8 }
%struct.X = type { i32 }
More information about the llvm-commits
mailing list