Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown bug related to value capture #11

Open
AntonLydike opened this issue Jul 8, 2024 · 0 comments
Open

Unknown bug related to value capture #11

AntonLydike opened this issue Jul 8, 2024 · 0 comments
Labels
bug Something isn't working parity Diverging from upstream FileCheck

Comments

@AntonLydike
Copy link
Owner

AntonLydike commented Jul 8, 2024

When running against upstream LLVM/MLIR tests, I see a bunch of very similar failures, which I suspect are due to the same bug. I am not quite sure what's wrong yet though.

Currently responsible for 9 / 69 remaining test failures:

  • mlir/test/Dialect/Bufferization/canonicalize.mlir:362
  • mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation-simplification.mlir:51
  • mlir/test/Target/Cpp/for.mlir:68: error: Couldn't match "int32_t [[SN:[^ ]*]] = add([[SI]], [[ITER]]);". (here SI was captured empty for some reason?)
  • mlir/test/Dialect/Affine/slicing-utils.mlir:65
  • mlir/test/Dialect/LLVMIR/roundtrip.mlir:619
  • mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-region-branchop-interface.mlir:55
  • mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-existing-deallocs.mlir:22
  • mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-callop-interface.mlir:31
  • mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-branchop-interface.mlir:42
@AntonLydike AntonLydike added bug Something isn't working parity Diverging from upstream FileCheck labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parity Diverging from upstream FileCheck
Projects
None yet
Development

No branches or pull requests

1 participant