llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.

Results 962 llvm issues
Sort by recently updated
recently updated
newest added

https://github.com/intel/llvm/issues/19586 working in latest drivers

### Describe the bug SYCLカーネル内でC++20コルーチン (co_returnを使用する関数) をコンパイルしようとすると、コンパイラ(clang-22)が内部アサーションエラー(PHINode::setIncomingValue)によりクラッシュします。カスタムメモリプールアロケータを使用する特定のパターンで発生します。 ### To reproduce 1. Include a code snippet that is as short as possible ```c++ #include #include #include #include #include // Arena構造体 struct...

bug