We are having issues running the integration test of the sparse compiler
on AArch64 (crashing in the lib). This revision adds more assertions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yeah, I have been running asan, tsan and msan runs (the latter less useful with JIT unfortunately) but on x86.
Javier is very kindly helping me on an Aarch64 machine and can reproduce the crash (IR is identical to x86 code, which does not crash).
This revision was just a very first start of the debug process, I don't think it will find anything.
But with Javier's help, we will get to the bottom of this!
Comment Actions
Healthy checks to have in place, these should catch corruption in the mtx files cleanly. I'm working on a SAN build myself, hopefully it will help pinpoint the source of offending accesses. Thanks!