google / heir

A compiler for homomorphic encryption
https://heir.dev/
Apache License 2.0
334 stars 49 forks source link

Find a better way to initialize a dataflow analysis dependent on another dataflow analysis #572

Open j2kun opened 7 months ago

j2kun commented 7 months ago

See the TODO attached to this bug (after a pending PR is submitted). Note that part of the downside of this is that for a large IR, we have to run the sparse constant propagation analysis twice to get the dependent analysis to even run, and this shows up as a slower compile time.

github-actions[bot] commented 7 months ago

This issue has 1 outstanding TODOs:

This comment was autogenerated by todo-backlinks