[PATCH] D111188: [ARM] Fix a bug in finding a pair of extracts to create VMOVRRD

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 08:52:05 PDT 2021


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


================
Comment at: llvm/test/CodeGen/ARM/vector-extract.ll:1
+; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
+
----------------
dmgreen wrote:
> Can you run update_test_checks on this file, to show the entire assembly output.
> It may be better to use a less old triple too. Maybe armv7a-none-eabi.
Thanks for the comment. I have updated the test in the latest revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111188/new/

https://reviews.llvm.org/D111188



More information about the llvm-commits mailing list