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

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 00:01:15 PDT 2021


dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.

Oh yeah. That makes sense. LGTM



================
Comment at: llvm/test/CodeGen/ARM/vector-extract.ll:1
+; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
+
----------------
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.


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