User Details
- User Since
- Sep 29 2020, 11:20 AM (130 w, 7 h)
Mon, Feb 27
Feb 8 2023
Feb 7 2023
Aug 31 2022
Dec 13 2021
Dec 10 2021
Jul 8 2021
May 11 2021
Nov 13 2020
Thanks for the reviews! Can someone land this for me? (no commit access)
Nov 12 2020
Add tests for llvm.target_triple attribute handling.
Use LLVM Dialect attribute to pass llvm::Triple string to DebugTranslation.cpp.
There's potential for a more generic solution here. I tried passing a ArrayRef<llvm::Module::ModuleFlagEntry> through: https://github.com/ScottTodd/llvm-project/commit/e276941578e8afd1f77380eceb9d76cd1b11b41c , but I think something using attributes on the Operation might be better. For projects not using memrefs, the "malloc" and "free" functions could also be optional.
Sep 29 2020
Rebase on master.
BTW, this is my first patch to LLVM/MLIR, so I think I'll need help submitting/merging. Not sure about the "patch does not apply" build failures - I think there are no conflicts...
Move Symbol docs to Traits.md and update language.