[PATCH] D140366: [PowerPC][NFC] adding an option to keep the test point
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 5 07:12:24 PST 2023
nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/test/CodeGen/PowerPC/pr48527.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -relocation-model=pic -verify-machineinstrs < %s \
+; RUN: llc -relocation-model=pic -verify-machineinstrs -start-before=hardware-loops < %s \
; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 | FileCheck %s
----------------
Please add a note such as:
```
; NOTE: this needs to run starting at HW loops to ensure that
; the original loop does not end up producing a HW loop. If
; other passes are run prior, the loop will be transformed.
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140366/new/
https://reviews.llvm.org/D140366
More information about the llvm-commits
mailing list