summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
diff options
context:
space:
mode:
authorYeting Kuo <yeting.kuo@sifive.com>2023-01-12 18:14:24 +0800
committerYeting Kuo <yeting.kuo@sifive.com>2023-01-13 09:51:36 +0800
commit0bab2ecd468918dfcfbc285e0b5675dd20c2cdf2 (patch)
treeffc26705051def92994d7af19acac329513b4d25 /lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py
parenteb2db81eba2dc420d273158397dd09639961d2f7 (diff)
[RISCV] Custom lower vector ISD::CTLZ to the minimum of ISD::CTLZ_ZERO_UNDEF and element size.
D111904 made RISC-V customized lower ISD::CTLZ_ZERO_UNDEF by converting to float and using the float result. The expected value of CTLZ with zero input is the element size of input type. Since the result of above method with zero input must be greater than the element size, for ISD::CTLZ, we could use the minimum of element size and the result of CTLZ_ZERO_UNDER with same input. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D141585
Diffstat (limited to 'lldb/test/API/functionalities/scripted_process/TestStackCoreScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions