Skip to content

[CodeGen][NFC] Use llc instead of opt#204964

Open
isanbard wants to merge 1 commit into
mainfrom
users/void/opt-to-llc
Open

[CodeGen][NFC] Use llc instead of opt#204964
isanbard wants to merge 1 commit into
mainfrom
users/void/opt-to-llc

Conversation

@isanbard

Copy link
Copy Markdown
Contributor

The use of -O0 is there because llc defaults to -O2.

@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-backend-aarch64

Author: Bill Wendling (isanbard)

Changes

The use of -O0 is there because llc defaults to -O2.


Full diff: https://github.com/llvm/llvm-project/pull/204964.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/AArch64/inline-asm-prepare.ll (+1-3)
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-prepare.ll b/llvm/test/CodeGen/AArch64/inline-asm-prepare.ll
index 13ed24692b35e..bb3d21e56ff17 100644
--- a/llvm/test/CodeGen/AArch64/inline-asm-prepare.ll
+++ b/llvm/test/CodeGen/AArch64/inline-asm-prepare.ll
@@ -1,6 +1,4 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt %s -inline-asm-prepare -S -o - | FileCheck %s
-; RUN: opt %s -passes=inline-asm-prepare -S -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64-unknown-unknown -O0 -stop-after=inline-asm-prepare < %s 2>&1 | FileCheck %s
 
 define i32 @test0() {
 ; CHECK-LABEL: @test0(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant