[llvm-branch-commits] [llvm] [LoongArch][DAGCombiner] Combine vxor (vand ..) to vandn (PR #161037)

2025-09-28 Thread Zhaoxin Yang via llvm-branch-commits
https://github.com/ylzsx updated https://github.com/llvm/llvm-project/pull/161037 >From 1c1ee6e018de04d6590bb4e7a6769b01da5582a8 Mon Sep 17 00:00:00 2001 From: yangzhaoxin Date: Thu, 25 Sep 2025 16:42:24 +0800 Subject: [PATCH 1/3] [LoongArch][DAGCombiner] Combine xor (and ..) to vandn After th

[llvm-branch-commits] [llvm] [DirectX] Introduce `dx.Padding` type (PR #160957)

2025-09-28 Thread Justin Bogner via llvm-branch-commits
https://github.com/bogner updated https://github.com/llvm/llvm-project/pull/160957 >From d8512f795eb6034050044ebbab3a7dfa44b133dc Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Thu, 7 Aug 2025 15:02:49 -0700 Subject: [PATCH 1/2] [DirectX] Introduce `dx.Padding` type This introduces the `dx

[llvm-branch-commits] [llvm] [LoongArch] Add patterns to support vector type average instructions generation (PR #161079)

2025-09-28 Thread via llvm-branch-commits
https://github.com/zhaoqi5 updated https://github.com/llvm/llvm-project/pull/161079 >From dbdb23407c01756a57fe6c6dbf9bc1e9254a81d3 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Sun, 28 Sep 2025 20:19:59 +0800 Subject: [PATCH 1/3] [LoongArch] Add patterns to support vector type average instructi

[llvm-branch-commits] [llvm] [DirectX] Introduce `dx.Padding` type (PR #160957)

2025-09-28 Thread Justin Bogner via llvm-branch-commits
@@ -0,0 +1,84 @@ +; RUN: opt -S -dxil-translate-metadata < %s | FileCheck %s +; RUN: opt -S --passes="dxil-pretty-printer" < %s 2>&1 | FileCheck %s --check-prefix=PRINT +; RUN: llc %s --filetype=asm -o - < %s 2>&1 | FileCheck %s --check-prefixes=CHECK,PRINT + +target triple = "d

[llvm-branch-commits] [llvm] [LoongArch] Override cost hooks to expose more DAG combine opportunities (PR #157824)

2025-09-28 Thread via llvm-branch-commits
https://github.com/heiher approved this pull request. LGTM. https://github.com/llvm/llvm-project/pull/157824 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm][mustache] Refactor template rendering (PR #159189)

2025-09-28 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 approved this pull request. https://github.com/llvm/llvm-project/pull/159189 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [llvm][mustache] Introduce MustacheContext to simplify mustache APIs (PR #159191)

2025-09-28 Thread Erick Velez via llvm-branch-commits
https://github.com/evelez7 approved this pull request. https://github.com/llvm/llvm-project/pull/159191 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits