-
| | |
| --- | --- |
| Bugzilla Link | [52439](https://llvm.org/bz52439) |
| Version | unspecified |
| OS | MacOS X |
| CC | @DoDoENT,@sbc100 |
## Extended Description
Originally detected on the em…
-
This would be useful to help debug things like #42476. At the moment I can only debug it using Debian's rustc as stage0 - its LLVM is built separately and dynamically linked into librustc_llvm, so deb…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR49563](https://bugs.llvm.org/show_bug.cgi?id=49563) |
| Status | NEW |
| Importance | P enhancemen…
-
## 简单描述这个 Bug:
使用大概几个小时后,程序会自动关闭,没有什么崩溃弹框提示之类的东西,我一般是在发现无法Google后才发现顶部工具栏软件图标消失。我只能重新打开软件继续使用,几个小时(感觉)又自动关闭。往复。
## 如何触发这个 Bug:
不清楚如何触发...
### 如果是连接问题,在其他 V2Ray 客户端里出现过吗?
### 相关…
-
| | |
| --- | --- |
| Bugzilla Link | [22630](https://llvm.org/bz22630) |
| Version | 3.5 |
| OS | Linux |
| Attachments | [Timing report](https://user-images.githubusercontent.com/92601634/14375097…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51352](https://bugs.llvm.org/show_bug.cgi?id=51352) |
| Status | NEW |
| Importance | P enhancemen…
-
### What happened?
The program
```mlir
func.func @trace_args(%arg0: tensor) {
flow.tensor.trace "debug_sink_test" = [
%arg0: tensor
]
return
}
```
Fails to compile with assert fa…
-
Reproduce:
llc -mtriple=x86_64-pc-windows-msvc < test.ll
This case is from https://github.com/llvm/llvm-project/pull/77441 (It's reverted and expect to reland on https://github.com/llvm/llvm-proje…
-
https://godbolt.org/z/8Ma8Yz5x1
```c++
inline auto get_lambda(int i) {
return [i](this auto self) { return i; };
}
using lambda_type = decltype(get_lambda(0));
struct derived : lambda_ty…
-
Hi Wiljan,
I saw that you have added a new Rehash method. Is it critical for the DenseMap to work correctly or is it just for optimization purposes (better performance)?
Thank you for taking time…