diff options
author | Lei Zhang <antiagainst@google.com> | 2022-06-14 23:00:18 -0400 |
---|---|---|
committer | Lei Zhang <antiagainst@google.com> | 2022-06-14 23:02:44 -0400 |
commit | 06c6758a98161262ac97fad42248139d78d39581 (patch) | |
tree | 836cb96a65a6a7c19a1a08797e3420f826fa2e7d /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 8910349e433a07488371f6f75e705033decc0e27 (diff) | |
download | llvm-06c6758a98161262ac97fad42248139d78d39581.zip llvm-06c6758a98161262ac97fad42248139d78d39581.tar.gz llvm-06c6758a98161262ac97fad42248139d78d39581.tar.bz2 |
[mlir][spirv] Handle corner cases for math.powf conversion
Per GLSL Pow extended instruction spec: "Result is undefined if
x < 0. Result is undefined if x = 0 and y <= 0." So we need to
handle negative `x` values specifically.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D127816
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions