[PATCH] D78907: [RISCV] Add tests for checking isnan patterns

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 02:38:33 PDT 2020


lenary created this revision.
lenary added a reviewer: luismarques.
Herald added subscribers: llvm-commits, evandro, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, rkruppe, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added a project: LLVM.
lenary added a child revision: D78908: [RISCV] Add patterns for checking isnan.

I worked on adding some SelectionDag patterns to address code generated by these
examples, which came out of some differential testing against GCC. The pattern
additions will be in a follow-up patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78907

Files:
  llvm/test/CodeGen/RISCV/double-isnan.ll
  llvm/test/CodeGen/RISCV/float-isnan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78907.260249.patch
Type: text/x-patch
Size: 3394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/5882d5c4/attachment-0001.bin>


More information about the llvm-commits mailing list