[PATCH] D156895: [RISCV] Expand test coverage of bf16 operations with Zfbfmin and fix gaps

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 10:28:11 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/bfloat-arith.ll:98
+define bfloat @fsgnjn_s(bfloat %a, bfloat %b) nounwind {
+  %1 = fadd bfloat %a, %b
+  %2 = fneg bfloat %1
----------------
Missing CHECK lines


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

https://reviews.llvm.org/D156895



More information about the llvm-commits mailing list