diff options
author | Corentin Ferry <corentin.ferry@amd.com> | 2024-05-13 10:15:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 10:15:39 +0200 |
commit | 279a659e9772e48d95ad7d81f6deb00ee31e35e1 (patch) | |
tree | 69c37e5d7f749f75a97e86659de6a3ad71127da5 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | ae2a18d6cbc3328410bdb7e629fdc59766b73e4b (diff) | |
download | llvm-279a659e9772e48d95ad7d81f6deb00ee31e35e1.zip llvm-279a659e9772e48d95ad7d81f6deb00ee31e35e1.tar.gz llvm-279a659e9772e48d95ad7d81f6deb00ee31e35e1.tar.bz2 |
[mlir][math] lower rsqrt to sqrt + fdiv (#91344)
This commit creates an expansion pattern to lower math.rsqrt(x) into
fdiv(1, sqrt(x)).
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions