Closed whitneywhtsang closed 1 year ago
After local testing: https://github.com/llvm/llvm-project/commit/5d8813dec69360fce897f063a4a65106ae8ea22b introduced this bug, fixed by https://github.com/llvm/llvm-project/commit/10ae8ae8375d6b69064204338a33500917749da9. You can cherry-pick the latter into your merge
branch.
The following assert in
mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
causesmlir-sycl/test/Transforms/constant-propagation.mlir
to fail. It is temporarily commented out in https://github.com/intel/llvm/pull/10895. This issue should add the assert back after investigation.