[PATCH] D75993: [Target][ARM] Improvements to the VPT Block Insertion Pass
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 03:00:44 PDT 2020
Pierre-vh marked an inline comment as done.
Pierre-vh added inline comments.
================
Comment at: llvm/lib/Target/ARM/MVEVPTBlockPass.cpp:323
<< "********** Function: " << Fn.getName() << '\n');
+ Fn.dump();
----------------
This shouldn't be here and has been fixed locally.
However, I won't send a new diff just for a single line, so I'll push it when I have more meaningful changes to accompany it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75993/new/
https://reviews.llvm.org/D75993
More information about the llvm-commits
mailing list