dtkerns / d2

OSS implementation of DOSAGE
MIT License
1 stars 0 forks source link

a bug in LLVM's opt program prevents the gathering of loop information #3

Open dtkerns opened 10 months ago

dtkerns commented 10 months ago

details are here: https://github.com/llvm/llvm-project/issues/76762

Once this is fixed the loop information will be available again.

dtkerns commented 8 months ago

The LLVM bug has been fix in v19+ ... "stable" Linux distros won't see it for a while.