OpenCilk / opencilk-project

Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.
Other
93 stars 29 forks source link

Update alias analysis for new hyperobject interface #214

Open VoxSciurorum opened 11 months ago

VoxSciurorum commented 11 months ago

In the alias analysis module, function getRecognizedArgument only works if the function has 2 or 3 arguments. This was correct at the time, but now hyperobject lookup takes more arguments. The alias analysis code should be updated and a regression test added.