[PATCH] D96700: [llvm][Aarch64][SVE] Remove extra fmov instruction with certain literals

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 06:18:13 PST 2021


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


================
Comment at: llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td:559
+            (DUP_ZR_S (MOVi32imm (bitcast_fpimm_to_i32 f32:$val)))>;
+  def : Pat<(nxv4f32 (AArch64dup (f32 fpimm:$val))),
+            (DUP_ZR_S (MOVi32imm (bitcast_fpimm_to_i32 f32:$val)))>;
----------------
paulwalker-arm wrote:
> Rouge intent.
fixed in committed version


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96700



More information about the llvm-commits mailing list