[flang-commits] [flang] [Flang] Handle %VAL arguments correctly (PR #157186)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Wed Sep 10 08:50:47 PDT 2025


eugeneepshteyn wrote:

> what is the difference between `%VAL(x)` and `(x)` as an actual argument?

Wouldn't `(x)` require a temporary?  `%VAL(x)` should just load the value and pass it as is.

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


More information about the flang-commits mailing list