[llvm-bugs] [Bug 49390] New: BPF: backport 4 TTI cost function related commits
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 1 20:14:19 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=49390
Bug ID: 49390
Summary: BPF: backport 4 TTI cost function related commits
Product: new-bugs
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: ys114321 at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
I would like to backport the following 4 commits into 12.0.1 release:
The following are 4 commits ordering from latest to earliest in llvm13 trunk:
. 6d102f15a3af0a44cf2e26677e260bee425312f3 BPF: Add LLVMTransformUtils in
CMakefile LINK_COMPONENTS
. 1959ead525b8830cc8a345f45e1c3ef9902d3229 BPF: Implement
TTI.getCmpSelInstrCost() properly
. 74975d35b47631da0c7911561f16d3ffd1af142a BPF: Add LLVMAnalysis in CMakefile
LINK_COMPONENTS
. a260ae716030d5d2644a2af649501277d326bb21 BPF: Implement TTI.IntImmCost()
properly
These 4 patches enabled llvm generating more verifier friendly code for BPF
backend and reduced user's pain to tweak their applications in order to satisfy
verifier.
--
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/20210302/08a8fc48/attachment.html>
More information about the llvm-bugs
mailing list