[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[creduce-dev] CReduce to reduce tests at link time



Hi devs,

I was wondering if we could use C-reduce to reduce a test case at link time?

More specifically, if we have 2 functions foo and bar in module 1 and module 2 respectively. 
If foo inlines bar and then I run my custom LLVM backend pass that optimizes the inlined code,
is there a way using c-reduce to reduce a test that crashes in the customized pass?

Thanks,
Balaram Makam