Make InstCombine aware of the aligned_alloc library function.
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Depends on D76970.
Differential D76971
[InstCombine] Deduce attributes for aligned_alloc in InstCombine bondhugula on Mar 27 2020, 11:40 PM. Authored by
Details Make InstCombine aware of the aligned_alloc library function. Signed-off-by: Uday Bondhugula <uday@polymagelabs.com> Depends on D76970.
Diff Detail
Unit Tests Event Timeline
|
When Op0C is set (regardless of Op1C), we can set the alignment attribute on the return value, can't we?