[all-commits] [llvm/llvm-project] 8e3883: [mlir][ub] Fix typo in `ub.poison` op documentatio...

Jeff Niu via All-commits all-commits at lists.llvm.org
Tue Sep 5 14:45:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e3883a43b8d77e80a163772df45916c6f0cca0a
      https://github.com/llvm/llvm-project/commit/8e3883a43b8d77e80a163772df45916c6f0cca0a
  Author: Mogball <jeff at modular.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/UB/IR/UBOps.td

  Log Message:
  -----------
  [mlir][ub] Fix typo in `ub.poison` op documentation (NFC)

Differential Revision: https://reviews.llvm.org/D159455


  Commit: b3a5f5394f1f148ff9c7ab7bc0c837235eda6cc6
      https://github.com/llvm/llvm-project/commit/b3a5f5394f1f148ff9c7ab7bc0c837235eda6cc6
  Author: Mogball <jeff at modular.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinAttributes.td
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    M mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/unittests/IR/AttributeTest.cpp

  Log Message:
  -----------
  [mlir] Add `empty` to `StringAttr`

It was common to see `value.getValue().empty()` or `value.size()`
instead of the idiomatic `value.empty()`.

Depends on D159455

Differential Revision: https://reviews.llvm.org/D159456


  Commit: aa2adc1283ec1cd7d54ba3affb43a1f4d16202be
      https://github.com/llvm/llvm-project/commit/aa2adc1283ec1cd7d54ba3affb43a1f4d16202be
  Author: Mogball <jeff at modular.com>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Index/IR/IndexOps.td

  Log Message:
  -----------
  [mlir][index] Fix side effect modeling for division by zero ops

Operations that can divide by zero and can have immediate undefined
behaviour should be marked as `NoMemoryEffect` rather than `Pure`.

Depends on D159456

Reviewed By: weiweichen

Differential Revision: https://reviews.llvm.org/D159457


Compare: https://github.com/llvm/llvm-project/compare/17f747b30433...aa2adc1283ec


More information about the All-commits mailing list