[all-commits] [llvm/llvm-project] fbdf4e: [mlir][tosa] Fix invalid data type combinations ch...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Wed Jul 30 06:02:16 PDT 2025


  Branch: refs/heads/users/sdesmalen-arm/srlt-reland-pr-123632
  Home:   https://github.com/llvm/llvm-project
  Commit: fbdf4ec2a56075e5632ba2104a0b0a3cee0ae747
      https://github.com/llvm/llvm-project/commit/fbdf4ec2a56075e5632ba2104a0b0a3cee0ae747
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
    M mlir/test/Dialect/Tosa/invalid.mlir
    M mlir/test/Dialect/Tosa/level_check.mlir

  Log Message:
  -----------
  [mlir][tosa] Fix invalid data type combinations check (#150066)

Previously this check assumed that if an operator exists in profile
complimance (TosaProfileComplianceData.h.inc), an entry exists in both
the profiles and extensions section. However, this is not necessarily
the case.

This commit changes the check such that it doesn't assume the above. In
doing so, it allows more operators to be checked for invalid data type
combinations, which were otherwise skipped previously.


  Commit: 3e5f1a66bde9d6c55955da73dfd054394d377b7e
      https://github.com/llvm/llvm-project/commit/3e5f1a66bde9d6c55955da73dfd054394d377b7e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M llvm/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll

  Log Message:
  -----------
  [InstCombine] Generate test checks (NFC)


  Commit: 730d05b0ebb73ada1f86ebea32496737d796b13c
      https://github.com/llvm/llvm-project/commit/730d05b0ebb73ada1f86ebea32496737d796b13c
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M llvm/test/Transforms/InstCombine/gepphigep.ll

  Log Message:
  -----------
  [InstCombine] Avoid tmp var conflicts in test (NFC)


  Commit: 8a534ddea56d11bbf47afedac829d705a9ef9038
      https://github.com/llvm/llvm-project/commit/8a534ddea56d11bbf47afedac829d705a9ef9038
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

  Changed paths:
    M llvm/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
    M llvm/test/Transforms/InstCombine/gepphigep.ll
    M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
    M mlir/test/Dialect/Tosa/invalid.mlir
    M mlir/test/Dialect/Tosa/level_check.mlir

  Log Message:
  -----------
  Merge branch 'main' into users/sdesmalen-arm/srlt-reland-pr-123632


Compare: https://github.com/llvm/llvm-project/compare/02b95cb0f81c...8a534ddea56d

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