MichaReiser / llvm-node

LLVM 9.0+ Node Bindings
MIT License
183 stars 29 forks source link

Feature: ConstantFP support getNegativeZero/getZeroValueForNegation #65

Closed ovr closed 5 years ago

ovr commented 5 years ago

Hey!

Adds the methods getNegativeZero and getZeroValueForNegation to ConstantFP.

Thanks