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

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 12:23:01 PDT 2023


asb updated this revision to Diff 546572.
asb added a comment.

Fix issue with missing check lines for two functions (thanks Craig, good catch - now sure why update_llc_test_checks didn't give the usual error about a mismatch).


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

https://reviews.llvm.org/D156895

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/bfloat-arith.ll
  llvm/test/CodeGen/RISCV/bfloat-br-fcmp.ll
  llvm/test/CodeGen/RISCV/bfloat-fcmp.ll
  llvm/test/CodeGen/RISCV/bfloat-frem.ll
  llvm/test/CodeGen/RISCV/bfloat-imm.ll
  llvm/test/CodeGen/RISCV/bfloat-isnan.ll
  llvm/test/CodeGen/RISCV/bfloat-mem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156895.546572.patch
Type: text/x-patch
Size: 58938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230802/5ad44f67/attachment.bin>


More information about the llvm-commits mailing list