llvm-project/mlir/lib/Conversion/MathToSPIRV
Lei Zhang 533ec929f6 [mlir][spirv] Add pattern to lower math.copysign
This follows the logic:
https://git.musl-libc.org/cgit/musl/tree/src/math/copysignf.c

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D122910
2022-04-01 12:06:47 -04:00
..
CMakeLists.txt
MathToSPIRV.cpp [mlir][spirv] Add pattern to lower math.copysign 2022-04-01 12:06:47 -04:00
MathToSPIRVPass.cpp