We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa80b71 commit d9c9e48Copy full SHA for d9c9e48
llvm/test/CodeGen/AMDGPU/early-tailduplicator-nophis.mir
@@ -2,13 +2,11 @@
2
# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -run-pass=early-tailduplication -verify-machineinstrs -o - %s | FileCheck %s
3
4
# There are no phis in this testcase. Early tail duplication introduces them,
5
- # so the NoPHIs property needs to be set explicitly to false to avoid verifier
6
- # errors
+ # so the NoPHIs property needs to be cleared to avoid verifier errors
7
8
---
9
name: tail_duplicate_nophis
10
tracksRegLiveness: true
11
-noPhis: false
12
body: |
13
; CHECK-LABEL: name: tail_duplicate_nophis
14
; CHECK: bb.0:
0 commit comments