[PATCH] D72220: [X86] Support function attribute "patchable-function-entry"
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 4 21:42:09 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/X86/X86MCInstLower.cpp:1564
+ if (F.hasFnAttribute("patchable-function-entry")) {
+ StringRef Entry = F.getFnAttribute("patchable-function-entry").getValueAsString();
+ unsigned Num;
----------------
is this longer than 80 columns?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72220/new/
https://reviews.llvm.org/D72220
More information about the llvm-commits
mailing list