[llvm-branch-commits] [clang] [PowerPC][CLANG] DMF VSX Vector float GER 2x (rank-2 update) (PR #147383)

2025-07-07 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 edited https://github.com/llvm/llvm-project/pull/147383 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] PowerPC:CLANG: DMF VSX Vector float GER 2x (rank-2 update) (PR #147383)

2025-07-07 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 edited https://github.com/llvm/llvm-project/pull/147383 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] RFC02658:CLANG: DMF VSX Vector float GER 2x (rank-2 update) (PR #147383)

2025-07-07 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 created https://github.com/llvm/llvm-project/pull/147383 Add clang builtins for DMF VSX Vector floats: ``` void __builtin_mma_dmxvf16gerx2 (__dmr1024 *, __vector_pair, vec_t); void __builtin_mma_dmxvf16gerx2nn (__dmr1024 *, __vector_pair, vec_t); void __builtin_mma_dmx

[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)

2025-03-31 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 updated https://github.com/llvm/llvm-project/pull/133279 >From 9cb7ed36484774b012b8e17c79fccc161c36d116 Mon Sep 17 00:00:00 2001 From: Lei Huang Date: Thu, 27 Mar 2025 17:27:45 + Subject: [PATCH] update test due to https://github.com/llvm/llvm-project/pull/126880

[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)

2025-03-28 Thread Lei Huang via llvm-branch-commits
lei137 wrote: I am not able to resolve this conflict here. I don't see this issue in my local branch and it doesn't seem to work if I use the web editor to accept the incoming change and mark it as resolved. https://github.com/llvm/llvm-project/pull/133279

[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)

2025-03-27 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 updated https://github.com/llvm/llvm-project/pull/133279 >From a5a5ebdd21229284459349970deac401a1f2945d Mon Sep 17 00:00:00 2001 From: Lei Huang Date: Wed, 19 Mar 2025 10:19:57 -0400 Subject: [PATCH 1/2] [PowerPC] Support conversion between f16 and f128 (#130158) Ena

[llvm-branch-commits] [llvm] release/20.x: [PowerPC] Support conversion between f16 and f128 (#130158) (PR #132049)

2025-03-27 Thread Lei Huang via llvm-branch-commits
lei137 wrote: New PR to backport to V20.x: https://github.com/llvm/llvm-project/pull/133279 https://github.com/llvm/llvm-project/pull/132049 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)

2025-03-27 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 milestoned https://github.com/llvm/llvm-project/pull/133279 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [PowerPC] Support conversion between f16 and f128 (#130158) (PR #133279)

2025-03-27 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 created https://github.com/llvm/llvm-project/pull/133279 Backport https://github.com/llvm/llvm-project/commit/ade22fc1d9616c95bd1aa4ea658a21ddb073b73c Requested by: @lei137 >From f04efc3eafa9e1397613cbbc33f1370f896202c8 Mon Sep 17 00:00:00 2001 From: Lei Huang Date:

[llvm-branch-commits] [llvm] release/20.x: [PowerPC] Support conversion between f16 and f128 (#130158) (PR #132049)

2025-03-27 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 closed https://github.com/llvm/llvm-project/pull/132049 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: [PowerPC] Support conversion between f16 and f128 (#130158) (PR #132049)

2025-03-27 Thread Lei Huang via llvm-branch-commits
lei137 wrote: > Seems like the tests are failing because #126880 hasn't been backported. > Probably should just adjust the tests accordingly. > > What's standard practice here? Should someone with commit access just push a > fix to the PR branch? I will create a local branch with the fix and

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update V18.1.0 release notes (PR #81631)

2024-02-13 Thread Lei Huang via llvm-branch-commits
@@ -163,6 +163,30 @@ Changes to the MIPS Backend Changes to the PowerPC Backend -- +* LLJIT's JIT linker now defaults to JITLink on 64-bit ELFv2 targets. +* Initial-exec TLS model is supported on AIX. +* Implemented new resource based scheduling mod

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update V18.1.0 release notes (PR #81631)

2024-02-13 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 edited https://github.com/llvm/llvm-project/pull/81631 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update V18.1.0 release notes (PR #81631)

2024-02-13 Thread Lei Huang via llvm-branch-commits
@@ -163,6 +163,30 @@ Changes to the MIPS Backend Changes to the PowerPC Backend -- +* LLJIT's JIT linker now defaults to JITLink on 64-bit ELFv2 targets. lei137 wrote: nit: Please add an empty line before this line. https://github

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update V18.1.0 release notes (PR #81631)

2024-02-13 Thread Lei Huang via llvm-branch-commits
https://github.com/lei137 approved this pull request. Just some nits for spacing. Otherwise LGTM Thx https://github.com/llvm/llvm-project/pull/81631 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[llvm-branch-commits] [clang] [llvm] [PowerPC] Update V18.1.0 release notes (PR #81631)

2024-02-13 Thread Lei Huang via llvm-branch-commits
@@ -327,6 +352,12 @@ Changes to the LLVM tools * llvm-objcopy now supports ``--gap-fill`` and ``--pad-to`` options, for ELF input and binary output files only. +* Supported parsing XCOFF auxiliary symbols in obj2yaml. lei137 wrote: nit: should be consistent

[llvm-branch-commits] [libcxx] ce1e90f - [docs] Add PowerPC release notes for LLVM 14

2022-03-03 Thread Lei Huang via llvm-branch-commits
Author: Lei Huang Date: 2022-03-03T12:21:21-06:00 New Revision: ce1e90fc8dbacdaff0310e50090ec3cfdfce4def URL: https://github.com/llvm/llvm-project/commit/ce1e90fc8dbacdaff0310e50090ec3cfdfce4def DIFF: https://github.com/llvm/llvm-project/commit/ce1e90fc8dbacdaff0310e50090ec3cfdfce4def.diff LOG

[llvm-branch-commits] [llvm] dda7ef0 - [PowerPC] Update release notes for changes to PowerPC for V12.0

2021-02-19 Thread Lei Huang via llvm-branch-commits
Author: Lei Huang Date: 2021-02-19T19:24:05Z New Revision: dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd URL: https://github.com/llvm/llvm-project/commit/dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd DIFF: https://github.com/llvm/llvm-project/commit/dda7ef025bc66ea326f5a8bda8c5b8534d21c2dd.diff LOG: [Po