[PATCH] D105860: [AArch64] Implement floating point subreg copies

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 10:39:12 PDT 2021


paquette added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/postrapseudos-fmov-fp-subreg.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc < %s -run-pass=postrapseudos -mtriple=arm64-apple-ios -o - | FileCheck %s
----------------
This test should probably be under `llvm/test/CodeGen/AArch64`, not under GlobalISel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105860



More information about the llvm-commits mailing list