diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-02-01 12:45:46 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-02-01 12:45:46 +0000 |
commit | 105e5c940cc026f6761024d3945d7411b1978fdb (patch) | |
tree | ea23adbd1db7933267c4352aa09aedf1a177209e /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 1acf129bcf9a1b51e301a9fef151254ec4c7ec43 (diff) | |
download | llvm-105e5c940cc026f6761024d3945d7411b1978fdb.zip llvm-105e5c940cc026f6761024d3945d7411b1978fdb.tar.gz llvm-105e5c940cc026f6761024d3945d7411b1978fdb.tar.bz2 |
[ValueTracking] Add DemandedElts support to computeKnownBits/ComputeNumSignBits (PR36319)
This patch adds initial support for a DemandedElts mask to the internal computeKnownBits/ComputeNumSignBits methods, matching the SelectionDAG and GlobalISel equivalents.
So far only a couple of instructions have been setup to handle the DemandedElts, the remainder still using the existing 'all elements' default. The plan is to extend support as we have test coverage.
Differential Revision: https://reviews.llvm.org/D73435
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions