llvm-project
e8a73906 - [mlir] [LLVM IR] Introduce VaArgOp (#109260)

Commit
1 year ago
[mlir] [LLVM IR] Introduce VaArgOp (#109260) I find there is no LLVMOp corresponding to LLVM's [va_arg instruction](https://llvm.org/docs/LangRef.html#va-arg-instruction) so I tried to add one. This is helpful for clangir (https://github.com/llvm/clangir/pull/865). New to MLIR and not sure who are the appropriate reviewers. Appreciated in ahead for reviewing and triaging.
Author
Parents
Loading