[PATCH] D120452: [AArch64] Use simd mov to materialize big fp constants

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 01:19:23 PST 2022


fhahn added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/remat-const-float-simd.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -verify-machineinstrs | FileCheck %s
+
----------------
It looks like the test is completely unrelated to the loop-vectorize pass. It should probably be either moved to `CodeGen/AArch64/` or added to one of the existing tests there.


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

https://reviews.llvm.org/D120452



More information about the llvm-commits mailing list