[PATCH] D40107: [AArch64] Remove obsoleted feature

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 09:26:59 PST 2017


evandro marked an inline comment as done.
evandro added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/no-quad-ldp-stp.ll:1
-; RUN: llc < %s -mtriple=aarch64-eabi -mattr=+slow-paired-128 -verify-machineinstrs -asm-verbose=false | FileCheck %s
-; RUN: llc < %s -mtriple=aarch64-eabi -mcpu=exynos-m1 -verify-machineinstrs -asm-verbose=false | FileCheck %s
----------------
mcrosier wrote:
> I'd suggest we keep this file, but drop this RUN command since the slow-paired-128 feature will no longer exist.
The motivation to remove this file is that `slow-paired-128` is too blunt and, with the more accurate evaluation in D39976, this test is superseded by the more complete `test/CodeGen/AArch64/ldst-opt.ll`.


Repository:
  rL LLVM

https://reviews.llvm.org/D40107





More information about the llvm-commits mailing list