Skip to content

Commit 8a84acf

Browse files
committed
AS
1 parent fed3c13 commit 8a84acf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

llvm/lib/CodeGen/PostRAHazardRecognizer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ llvm::PostRAHazardRecognizerPass::run(MachineFunction &MF,
7474
MachineFunctionAnalysisManager &MFAM) {
7575
if (!PostRAHazardRecognizer().run(MF))
7676
return PreservedAnalyses::all();
77+
7778
auto PA = getMachineFunctionPassPreservedAnalyses();
7879
PA.preserveSet<CFGAnalyses>();
7980
return PA;

llvm/test/CodeGen/AMDGPU/break-smem-soft-clauses.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RUN: llc -mtriple=amdgcn -mcpu=carrizo -verify-machineinstrs -run-pass post-RA-hazard-rec %s -o - | FileCheck -check-prefixes=GCN,XNACK %s
22
# RUN: llc -mtriple=amdgcn -mcpu=fiji -mattr=-xnack -verify-machineinstrs -run-pass post-RA-hazard-rec %s -o - | FileCheck -check-prefixes=GCN %s
33

4-
# RUN: llc -mtriple=amdgcn -mcpu=fiji -mattr=-xnack -verify-machineinstrs -passes post-RA-hazard-rec %s -o - | FileCheck -check-prefixes=GCN %s
4+
# RUN: llc -mtriple=amdgcn -mcpu=fiji -mattr=-xnack -passes post-RA-hazard-rec %s -o - | FileCheck -check-prefixes=GCN %s
55

66
---
77
# Trivial clause at beginning of program

llvm/test/CodeGen/AMDGPU/hazard-flat-instruction-valu-check.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
22
# RUN: llc -mtriple=amdgcn -mcpu=gfx942 -verify-machineinstrs -run-pass=post-RA-hazard-rec %s -o - | FileCheck -check-prefix=GCN %s
3-
# RUN: llc -mtriple=amdgcn -mcpu=gfx942 -verify-machineinstrs -passes=post-RA-hazard-rec %s -o - | FileCheck -check-prefix=GCN %s
3+
# RUN: llc -mtriple=amdgcn -mcpu=gfx942 -passes=post-RA-hazard-rec %s -o - | FileCheck -check-prefix=GCN %s
44

55
---
66
name: test_flat_valu_hazard

0 commit comments

Comments
 (0)