Xilinx / mlir-air

MIT License
76 stars 26 forks source link

Fix tests after llvm update #691

Closed fifield closed 1 month ago

fifield commented 1 month ago

The last LLVM/MLIR update exposed a problem where two tests were using values computed outside the herd. i.e. runtime parameters, which aren't supported. I'm not sure how they worked before. In this particular case we could fix it with more aggressive constant propagation across the isolated-from-above ops, which I've done by hand instead.