mlir-hlo/lib/Dialect/mhlo
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
..
IR Implement lowering of chlo::zeta to mhlo dialect. 2021-02-03 07:50:05 -08:00
transforms Correct HLO atan2 lowering in cases of -inf and -0 inputs. 2021-02-08 06:58:04 -08:00
CMakeLists.txt Add CMake files and lit configurations, enough for `ninja check-mlir-hlo` to pass on all the tests 2020-08-07 22:14:34 -07:00