Gabriel Baraldi
Gabriel Baraldi
I'm not super confortable merging it because that windows issue doesn't seem to be simple.
Yes, basically pkgimages can only be more specific than the base system image so if the the base sysimage is native, then the pkgimages are also native.
I wonder how the SanitizerCoveragePass LLVM has performs
This comes from the verifier, I imagine the backend can handle it somehow. And it's still there on LLVM trunk
I wouldn't say this is fine. This probably leads to UB. I would always do power of 2 rounding if I were you (There is very little benefit to not...
With the latest change we avoid any of the wird invariant.load stuff but it still lifts the check to a preheader in a function like ```julia function foo(oc, arr) sum...
Can you share the exact specs for us to try and reproduce? (Linux version, glibc version, compiler versions, cpu etc?)
https://reviews.llvm.org/D135402 This was a very contentious change to lld, but I think there might be a workaround we could do like https://github.com/llvm/llvm-project/commit/fef73b81e9a742c4db61ded747c801e3717dae78, which just defines empty versions of those symbols.
On master I don't get a segfault but I still get an internal error.