[all-commits] [llvm/llvm-project] 7747a7: pre-commit test

Iris Shi via All-commits all-commits at lists.llvm.org
Fri Jun 6 08:08:56 PDT 2025


  Branch: refs/heads/users/el-ev/fold-masked-merge
  Home:   https://github.com/llvm/llvm-project
  Commit: 7747a7a3ed83c5ea2b3252aac11ccf01f1a874ae
      https://github.com/llvm/llvm-project/commit/7747a7a3ed83c5ea2b3252aac11ccf01f1a874ae
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    A llvm/test/CodeGen/RISCV/fold-masked-merge.ll
    A llvm/test/CodeGen/SystemZ/fold-masked-merge.ll

  Log Message:
  -----------
  pre-commit test

pre-commit systemz test


  Commit: b18bafb391ed44c20036121f1d952a598095e3d2
      https://github.com/llvm/llvm-project/commit/b18bafb391ed44c20036121f1d952a598095e3d2
  Author: Iris Shi <0.0 at owo.li>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/bfi_int.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_dynelt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.ll
    M llvm/test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll
    M llvm/test/CodeGen/AMDGPU/unfold-masked-merge-scalar-variablemask.ll
    M llvm/test/CodeGen/NVPTX/unfold-masked-merge-vector-variablemask.ll
    M llvm/test/CodeGen/RISCV/fold-masked-merge.ll
    M llvm/test/CodeGen/RISCV/unfold-masked-merge-scalar-variablemask.ll
    M llvm/test/CodeGen/SystemZ/fold-masked-merge.ll
    M llvm/test/CodeGen/WebAssembly/simd-arith.ll
    M llvm/test/CodeGen/X86/bitselect.ll
    M llvm/test/CodeGen/X86/fold-masked-merge.ll
    M llvm/test/CodeGen/X86/unfold-masked-merge-scalar-variablemask.ll
    M llvm/test/CodeGen/X86/unfold-masked-merge-vector-variablemask.ll

  Log Message:
  -----------
  [SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` available for all targets

update affected tests

formatting

pre-commit systemz test

fix systemz hasandnot

fix random tablegen test

move hasAndNot

Update llvm/test/TableGen/GlobalISelCombinerEmitter/match-table-cxx.td


Compare: https://github.com/llvm/llvm-project/compare/a4d6583063d7...b18bafb391ed

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list