llvmbot
llvmbot
@llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-temporal-safety Author: Kashika Akhouri (kashika0112) Changes Introduce between public and private annotation suggestions. This PR refines the lifetime annotation suggestion feature by introducing a distinction between public and private...
@llvm/pr-subscribers-clang-analysis Author: Kashika Akhouri (kashika0112) Changes Introduce between public and private annotation suggestions. This PR refines the lifetime annotation suggestion feature by introducing a distinction between public and private annotation...
@llvm/pr-subscribers-backend-x86 Author: Simon Pilgrim (RKSimon) Changes lowerBuildVectorToBitOp is currently limited to cases where the build_vector is a common shift/bitlogic instruction with all of the rhs operands being constant - the...
@llvm/pr-subscribers-backend-x86 Author: actink (actinks) Changes close: #171750 --- Full diff: https://github.com/llvm/llvm-project/pull/172046.diff 6 Files Affected: - (modified) llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (+10-2) - (modified) llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll (-4) - (modified) llvm/test/CodeGen/X86/known-never-zero.ll (-4) - (modified) llvm/test/CodeGen/X86/known-pow2.ll (+1-2)...
@llvm/pr-subscribers-llvm-selectiondag Author: actink (actinks) Changes close: #171750 --- Full diff: https://github.com/llvm/llvm-project/pull/172046.diff 6 Files Affected: - (modified) llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp (+10-2) - (modified) llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll (-4) - (modified) llvm/test/CodeGen/X86/known-never-zero.ll (-4) - (modified) llvm/test/CodeGen/X86/known-pow2.ll (+1-2)...
@llvm/issue-subscribers-backend-x86 Author: Simon Pilgrim (RKSimon) The float/double/half scalar / vector comparison intrinsics can all be handled in constant expressions, accounting for special handling of NAN inputs. ``` _mm_comieq_ss _mm_comieq_sd _mm_comieq_sh...
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are: 1....
@llvm/issue-subscribers-good-first-issue Author: Simon Pilgrim (RKSimon) The float/double/half scalar / vector comparison intrinsics can all be handled in constant expressions, accounting for special handling of NAN inputs. ``` _mm_comieq_ss _mm_comieq_sd _mm_comieq_sh...
@llvm/pr-subscribers-llvm-ir @llvm/pr-subscribers-backend-nvptx Author: Srinivasa Ravi (Wolfram70) Changes This change adds NVVM intrinsics and NVPTX codegen for the `tensormap.replace` PTX instructions. Tests are added in `tensormap_replace.ll`, `tensormap_replace_sm_100a.ll`, and `tensormap_replace_sm_103a.ll` and tested...
@llvm/pr-subscribers-hlsl @llvm/pr-subscribers-clangd @llvm/pr-subscribers-clang-tools-extra @llvm/pr-subscribers-clang-static-analyzer-1 @llvm/pr-subscribers-clang Author: Michael Buch (Michael137) Changes In https://github.com/llvm/llvm-project/pull/168534 we made the `TypePrinter` re-use `printNestedNameSpecifier` for printing scopes. However, the way that the names of anonymous/unnamed get...