Lower STOARGE_SIZE intrinsic when the argument is polymoprhic
or unlimited polymorphic. STOARGE_SIZE for monomorphic entity is folded
by the frontend.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
nit: typo in description: STOARGE_SIZE
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
4831 | Is it legal to dereference args[1] if we allow args.size() to be 1 at line 4801? |
flang/lib/Lower/IntrinsicCall.cpp | ||
---|---|---|
4831 | Good catch it should be isStaticallyAbsent(args, 1); |
Is it legal to dereference args[1] if we allow args.size() to be 1 at line 4801?