[llvm] [PowerPC] Add test after #75271 on PPC. NFC. (PR #75616)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 22:27:40 PST 2023


================
@@ -0,0 +1,9039 @@
+# RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-coalescing -run-pass=register-coalescer \
+# RUN:   -o - %s | FileCheck %s
+--- |
----------------
arsenm wrote:

This test case is much too big. Can you try running it through llvm-reduce MIR handling? That will likely remove most of the cruft. Then you can delete the IR and registers sections, and run through -run-pass=none to do some additional cleanups 

https://github.com/llvm/llvm-project/pull/75616


More information about the llvm-commits mailing list