Skip to content

SPIRVSmith v1.5.0

Choose a tag to compare

@rayanht rayanht released this 19 May 17:50
· 30 commits to main since this release

v1.5.0 - 2022-05-19

Bug Fixes

  • (utils) use correct bindings when generating amber files - (eec1d5c) - Rayan Hatout

Features

  • (fuzzer) implement get_base_type for Miscellanous instructions - (494d317) - Rayan Hatout
  • (reconditioner) implement reconditioning for mod/rem operations to avoid the second operand being 0 - (c904f63) - Rayan Hatout
  • (reconditioner) handle OpUndef introduced by spirv-reduce - (7d103f2) - Rayan Hatout
  • (reducer) add an interestingness test for segfaults - (75dfb52) - Rayan Hatout