[llvm-bugs] [Bug 48399] New: [NewPM] PassBuilder/Clang do not support function merging
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Dec 5 01:52:49 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48399
Bug ID: 48399
Summary: [NewPM] PassBuilder/Clang do not support function
merging
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: nikita.ppv at gmail.com
CC: llvm-bugs at lists.llvm.org
While MergeFunctions supports NPM, it is currently not integrated in
PassBuilder and not enabled by clang under -fmerge-functions.
The test
https://github.com/llvm/llvm-project/blob/master/clang/test/CodeGenCXX/merge-functions.cpp
should have "-fno-experimental-pass-manager" removed once this is fixed.
--
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/20201205/3887ada9/attachment.html>
More information about the llvm-bugs
mailing list