[all-commits] [llvm/llvm-project] ff9bc3: Fix overflows in complex sqrt lowering. (#88480)
Johannes Reifferscheid via All-commits
all-commits at lists.llvm.org
Fri Apr 12 00:58:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff9bc3a0fa4e3790c437e62450903bf399df37f9
https://github.com/llvm/llvm-project/commit/ff9bc3a0fa4e3790c437e62450903bf399df37f9
Author: Johannes Reifferscheid <jreiffers at google.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
M mlir/test/Conversion/ComplexToStandard/full-conversion.mlir
Log Message:
-----------
Fix overflows in complex sqrt lowering. (#88480)
This ports XLA's complex sqrt lowering. The accuracy was tested with its
exhaustive_unary_test_complex test.
Note: rsqrt is still broken.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list