[llvm-bugs] [Bug 36336] New: [SelectionDAG] Improve constant pool loads for ComputeKnownBits/NumSignBits
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Feb 11 04:14:35 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36336
Bug ID: 36336
Summary: [SelectionDAG] Improve constant pool loads for
ComputeKnownBits/NumSignBits
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: llvm-bugs at lists.llvm.org
ISD::LOAD handling for ComputeKnownBits/NumSignBits only handle basic EXTLOADs
and range metadata.
It'd be useful to be able to extract constant pool data, including target
specific wrappers such as X86ISelLowering's getTargetConstantFromNode.
This would help ComputeKnownBits/NumSignBits users work with constant vectors
after legalization.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180211/a1830f9a/attachment-0001.html>
More information about the llvm-bugs
mailing list