[llvm] [PowerPC] Add test after #75271 on PPC. NFC. (PR #75616)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 00:03:36 PST 2023
================
@@ -0,0 +1,84 @@
+# RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-coalescing -run-pass=register-coalescer \
+# RUN: -o - %s | FileCheck %s
+---
+name: _Z13testTransposeIfLj31ELj17EEvv
+alignment: 16
+exposesReturnsTwice: false
----------------
arsenm wrote:
Can drop most of these fields (running with -simplify-mir -run-pass=none will also do that)
https://github.com/llvm/llvm-project/pull/75616
More information about the llvm-commits
mailing list