diff options
author | Steffi Stumpos <stumposs12@gmail.com> | 2024-07-09 15:04:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 14:04:33 -0700 |
commit | 4a010799317dfe19758477f693968fc594c1895d (patch) | |
tree | 6e37ecb47c54fdb7187b33c1074dbfd560bccfc0 /llvm/tools/llvm-profdata/llvm-profdata.cpp | |
parent | 8d5ba7598ace4c195e673aaab2b2ccadff3ad48f (diff) | |
download | llvm-4a010799317dfe19758477f693968fc594c1895d.zip llvm-4a010799317dfe19758477f693968fc594c1895d.tar.gz llvm-4a010799317dfe19758477f693968fc594c1895d.tar.bz2 |
Expose Tail Kind Call to MLIR (#98080)
I would like to mark a call op in LLVM dialect as Musttail. The calling
convention attribute only exposes Tail, not Musttail. I noticed that the
CallInst of LLVM has an additional field to specify the flavor of tail
call kind. I bubbled this up to the LLVM dialect by adding another
attribute that maps to LLVM::CallInst::TailCallKind.
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
0 files changed, 0 insertions, 0 deletions