- [MLIR][OpenMP] Newline at end of OpenMPInterfaces.h file
Active Repositories
- rT test-suite
- Fri, Mar 24, 11:01 AM
- Git
- rZORG LLVM Github Zorg
- Fri, Mar 24, 1:57 AM
- Git
Recent Activity
Today
The latest commit 4cb0b7ce fixed the 'formatv' error, but now there is a different error:
A patch based on https://reviews.llvm.org/D146721 by @kiranchandramohan an attempt at adding a module interface for OpenMP offload related attributes and functions that apply to modules. Using the existing omp.is_device work as the initial attribute (although this has been tested with the RTLModuleFlag's patch i have up and it works fine as well).
rebase
Not sure how to add a test that would use gdb and work with build bots.
gdb generated one
.gdb_index contents: Version = 8
Add header guard
All changes suggested in the comments have now been implemented
Matches the AMD side.
rebase
LG, I think
Scudo is used as a default system allocator on Android (it is also intended as the default allocator for LLVM libc) and it supports ARM32. @Chia-hungDuan do you know why this issue doesn't show up on Android?
rebase
got IR diffs for llvm-test-suite by dumping the IR in clang after running the optimization pipeline (-O3), IR file name is md5 of the module identifier
@@@ -1093,6 -1093,6 +1096,16 @@@ void EmitAssemblyHelper::EmitAssembly(B
Looks good!