-
It looks like LLVM 19.1 was released back in september but all our core libraries are still based on LLVM 18.
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```console
% brew gist-logs llvm@18
Error: No logs.
% brew gist-logs llvm@19
Error: No logs.
% brew config
HOMEBREW_VE…
-
LLVM IR dialect lacks support for `ptr elementtype(i32)` on `LLVM_CallIntrinsicOp`. This is necessary to properly lower `clang::AArch64::BI__builtin_arm_ldrex`. Whenever
_Originally posted by @bca…
-
Please add support for clang 20 (or greater):
```
cd /tmp
git clone https://github.com/NASA-SW-VnV/ikos
cd ikos
md build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/ikos/dist ..
make
```
…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
https://gist.github.com/lukeshingles/b1477f4b5eaf327af99940ec848213b4
```
### Verification
- [X] My `brew doc…
-
Reproducer:
```f90
real :: r1
complex :: c1
!$omp atomic write
c1 = r1
end
```
Stack dump:
```console
#0 0x00007f6aacc5f727 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int)
#1 0x000…
-
### 🐛 Describe the bug
Really not sure if this is a CMake issue or Pytorch one but I will start here as I think it's related to Pytorch cmake scripts.
I ran into two errors trying to compile with …
-
Similar issue from https://github.com/llvm/clangir/issues/1065, we cannot use globals at all (even if we ignore the absence of `alias`) to start representing aliases. `llvm.mlir.global`s don't seem to…
-
See https://godbolt.org/z/3n85TK4ab for an example. CodeGen adds `-target-features` to LLVM function attributes to propagate `-march`. CIRGen needs to match this so that we can e.g. use feature-specif…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/K4zjYT7nT](https://godbolt.org/z/K4zjYT7nT)
This valid code will crash on Clang Assertion Trunk. It seems th…