Skip to content

Commit 394f1db

Browse files
committed
[llvm][CodeGen] Modifications made based on review comments 2
1 parent 7efdd4f commit 394f1db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llvm/include/llvm/CodeGen/ModuloSchedule.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
#ifndef LLVM_CODEGEN_MODULOSCHEDULE_H
6161
#define LLVM_CODEGEN_MODULOSCHEDULE_H
6262

63-
#include "llvm/ADT/SmallSet.h"
6463
#include "llvm/CodeGen/MachineFunction.h"
6564
#include "llvm/CodeGen/MachineLoopUtils.h"
6665
#include "llvm/CodeGen/TargetInstrInfo.h"

llvm/test/CodeGen/AArch64/aarch64-swp-ws-live-intervals.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2-
# RUN: llc --mtriple=aarch64 %s -O2 -run-pass=pipeliner -o - | FileCheck %s
2+
# RUN: llc --mtriple=aarch64 %s -run-pass=pipeliner -o - | FileCheck %s
33

44
...
55
---

0 commit comments

Comments
 (0)