[PATCH] D131253: [AArch64] Add bf16 select handling

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 07:04:12 PDT 2022


tschuett added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:8440
+
+  // If we are lowering a f16 and we do not have fullf16, convert to a f32 in
+  // order to use FCSELSrrr
----------------
Did you say *b*f16 in the title?


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

https://reviews.llvm.org/D131253



More information about the llvm-commits mailing list