[PATCH] D84500: [ARM] Added additional patterns to VABD instruction

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 06:43:43 PDT 2020


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-vabd.ll:25
+  %0 = fsub fast <8 x half> %x, %y
+  %1 = call fast <8 x half> @llvm.fabs.v8f16(<8 x half> %0)
+  store <8 x half> %1, <8 x half>* %z
----------------
one more question: is it strictly necessary to add the `fast` attribute?


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

https://reviews.llvm.org/D84500





More information about the llvm-commits mailing list