[flang] NORM2(DIM=) argument can't be dynamically optional
The intrinsic function table entry for NORM2 treats its DIM= argument as if it can be dynamically optional; this is wrong, and it should be treated in the same way as DIM= is for other transformational intrinsic functions like SUM. Differential Revision: https://reviews.llvm.org/D147390
Loading
Please sign in to comment