Otherwise this can result a poison value on some platforms see https://bugs.llvm.org/show_bug.cgi?id=51204
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for fixing this!
I can confirm that the test now passes on SystemZ with this patch. So please also remove the XFAIL:
mlir/test/mlir-cpu-runner/math_polynomial_approx.mlir -// XFAIL: s390x -// (see https://bugs.llvm.org/show_bug.cgi?id=51204) -
I cannot approve of the patch since I am not that familiar with mlir, I hope someone else can review it fully...