Files
llvm/flang/docs
Eugene Epshteyn 4f8943dfc1 [flang] Disallow passing array actual arguments to ignore_tkr(r) scalars with VALUE attribute (#166682)
Scalars with VALUE attribute are likely passed in registers, so it's now
clear what lowering should do with the array actual argument in this
case. Fail this case with an error before getting to lowering.
2025-11-12 06:04:09 -05:00
..