[llvm] [indvars] Missing variables at Og: (PR #69920)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 7 22:23:08 PDT 2024


nikic wrote:

This introduces a layering violation. GenericLoopInfo in Support is not allowed to depend on IR. That's the point of the GenericXYZ implementations, they are IR-agnostic.

https://github.com/llvm/llvm-project/pull/69920


More information about the llvm-commits mailing list