[all-commits] [llvm/llvm-project] cd022b: Revert "[mlir] IntegerRangeAnalysis: don't loop ov...

Ian Wood via All-commits all-commits at lists.llvm.org
Thu Nov 7 15:48:56 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd022b7b2aa9e4a5762c4e82e24b228114956e3b
      https://github.com/llvm/llvm-project/commit/cd022b7b2aa9e4a5762c4e82e24b228114956e3b
  Author: Ian Wood <ianwood2024 at u.northwestern.edu>
  Date:   2024-11-07 (Thu, 07 Nov 2024)

  Changed paths:
    M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp

  Log Message:
  -----------
  Revert "[mlir] IntegerRangeAnalysis: don't loop over splat..." (#115388)

Hitting assertion in IREE
https://github.com/iree-org/iree/actions/runs/11732283897/job/32684201665?pr=19066

```
iree-compile: /__w/iree/iree/third_party/llvm-project/mlir/include/mlir/IR/BuiltinAttributes.h:423: auto mlir::DenseElementsAttr::getValues() const [T = llvm::APInt]: Assertion `succeeded(range) && "element type cannot be iterated"' failed.
```


Reverts llvm/llvm-project#115229



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