mlir-hlo/tests/end2end
Tres Popp d086b8a0ec Correct HLO atan2 lowering in cases of -inf and -0 inputs.
This is being done by just removing the approximation and lowering to atan2 lib calls later to make the implementation the same as XLA. Note that if the approximation is brought back later, it can be fixed by changing the IR checking `less-than(X, 0)` to `less-than(copysign(X, 1), 0)`

PiperOrigin-RevId: 356253941
2021-02-08 06:58:04 -08:00
..
broadcast.mlir Integrate LLVM at llvm/llvm-project@a1a1d338e9 2021-02-05 14:20:29 -08:00
legalize-trigonometric-to-approximation.mlir Correct HLO atan2 lowering in cases of -inf and -0 inputs. 2021-02-08 06:58:04 -08:00
reduce.mlir Prepare to remove tensor_load and tensor_store special handling from hlo to lhlo legalization. 2020-12-22 06:29:12 -08:00