[PATCH] D113464: [InstCombine][NFC] Refactor llvm.stackrestore handling
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 02:15:01 PST 2021
lebedev.ri added a comment.
In D113464#3117869 <https://reviews.llvm.org/D113464#3117869>, @nextsilicon-itay-bookstein wrote:
> Thanks; Could you commit this on my behalf?
Time to ask for commit rights?
================
Comment at: llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp:1823-1824
+ switch (Classify(&*BI)) {
+ case ClassifyResult::None:
+ break;
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113464/new/
https://reviews.llvm.org/D113464
More information about the llvm-commits
mailing list