Make the GVN pass aware of aligned_alloc. There don't appear to be any
GVN test cases for malloc - this change is trivial and along the
same lines malloc/alloca are treated; a test case could be added when
it's added for the former.
Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>
Depends on D76974.
clang-format: please reformat the code