specs-feup / cacti

Compiler Analysis Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement flags

pedro-ramalho opened this issue · comments

There are numerous flags that must be added to CACTI in order to customize it's usage:

  • -vi, verbose idempotency
  • -vc, verbose correctness
  • -CXX, specify standard to test
  • -itX, specify the maximum number of idempotency tries
  • -OX, specify the optimization flag to be used in the emit_llvm() command

Some other flags may be implemented as well.