<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am currently working with the implementation of CFL Andersen algorithmand I am trying to do some improvements to the Andersen algorithm.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I would like to create loadable module .so and run clang with my e.g. "cfl-anders-improved.so" to avoid the "long" way - generating IR, running opt with my improved algorithm to generate optimalized code and then building it.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Is a such thing even possible for Alias analyses in Clang?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks</div></div>