ldc
ldc copied to clipboard
Add pragma(musttail)
Discussed in https://github.com/ldc-developers/ldc/discussions/4355
Open questions:
- pragma name. Is
LDC_musttailwhat we want? Or we should usemusttail? - Need to add tests.
Or we should use
musttail?
I like that better - I assume GDC could implement it too.
Wrt. a testcase, see e.g. https://github.com/ldc-developers/ldc/blob/master/tests/codegen/array_alloc_gh3041.d for a simple example checking the generated IR. The stuff in {{…}} is a regex. See https://llvm.org/docs/CommandGuide/FileCheck.html for the full reference if needed.
@ibuclaw Can GDC implement this too (or does it already have it?) ?
I like that better - I assume GDC could implement it too.
cc @ibuclaw