mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
Operand tree forwarding can cause the change of an access kind; in particular change from a scalar kind to an array kind if the scalar dependency is not necessary. Such an access cannot and doesn't need to be forwarded anymore. Fixes llvm.org/PR48034
place tests here