[PATCH] D46641: [mips] WIP: Merge MipsLongBranch and MipsHazardSchedule passes

Aleksandar Beserminji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 06:21:21 PDT 2018


abeserminji added inline comments.


================
Comment at: test/CodeGen/Mips/branch-relaxation-with-hazard.ll:1-2
+; RUN: llc -O0 -mcpu=mips32r6 -relocation-model=pic < %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-PIC
+; RUN: llc -O0 -mcpu=mips32r6 -relocation-model=static < %s -o - | FileCheck %s --check-prefixes=CHECK-STATIC
+
----------------
sdardis wrote:
> Use -mtriple=mips-img-linux-gnu here and use the update_llc_checks.py script on this file.
I did as suggested, though I am not sure if this is the expected output.
There are no checks after #APP for both cases.


https://reviews.llvm.org/D46641





More information about the llvm-commits mailing list