[llvm] [MachinePipeliner] Make Recurrence MII More Accurate (PR #105475)
Yuta Mukai via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 00:02:34 PDT 2024
================
@@ -0,0 +1,48 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs\
+; RUN: -mcpu=pwr9 --ppc-enable-pipeliner --debug-only=pipeliner 2>&1 | FileCheck %s
+
----------------
ytmukai wrote:
Thanks for adding the test.
-debug-only requires a build with assertions, so please add the following:
```
; REQUIRES: asserts
```
https://github.com/llvm/llvm-project/pull/105475
More information about the llvm-commits
mailing list