[llvm-bugs] [Bug 51129] New: [DAG] Add llvm::isGuaranteedNotToBePoison(SDValue) helper method
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 18 05:49:01 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51129
Bug ID: 51129
Summary: [DAG] Add llvm::isGuaranteedNotToBePoison(SDValue)
helper method
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: craig.topper at gmail.com, efriedma at quicinc.com,
juneyoung.lee at sf.snu.ac.kr, lebedev.ri at gmail.com,
llvm-bugs at lists.llvm.org, nikita.ppv at gmail.com,
nunoplopes at sapo.pt, spatel+llvm at rotateright.com
As suggested on D106053, we're going to need some way to confirm a source value
isn't poison.
We might need this at the per-element level for vectors as well, so a
DemandedElts mask might be necessary.
--
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/20210718/f0177d7d/attachment-0001.html>
More information about the llvm-bugs
mailing list