[llvm-bugs] [Bug 36201] New: [X86] Replace kortest intrinsic with icmp+bitcast+or emitted from clang
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Feb 1 14:16:22 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36201
Bug ID: 36201
Summary: [X86] Replace kortest intrinsic with icmp+bitcast+or
emitted from clang
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: craig.topper at gmail.com
CC: llvm-bugs at lists.llvm.org
Once D42772 and D42817 are commited, we should be able to directly emit KORTEST
in IR by using an vXi1 or, bitcasted to scalar, and then compare to -1 or 0
depending on whether its the C or Z builtin.
--
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/20180201/ed2f5a80/attachment.html>
More information about the llvm-bugs
mailing list