trailofbits / vast

VAST is an experimental compiler pipeline designed for program analysis of C and C++. It provides a tower of IRs as MLIR dialects to choose the best fit representations for a program analysis or further program abstraction.
https://trailofbits.github.io/vast/
Apache License 2.0
368 stars 23 forks source link

abi: Support more floating point types. #599

Closed lkorenc closed 1 month ago

lkorenc commented 1 month ago

Add support for more cases when floating point types are passed by value. Add relevant tests. Refactor some older tests related to function calls.

github-actions[bot] commented 1 month ago

Cpp-Linter Report :warning:

Some files did not pass the configured checks!

clang-format reports: 1 file(s) not formatted - lib/vast/Conversion/ToLLVM/IRsToLLVM.cpp

Have any feedback or feature suggestions? Share it here.