[PATCH] D63418: [ARM] Rename Thumb2ITBlockPass.cpp to Thumb2CondExecution.cpp
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 17 05:20:42 PDT 2019
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: samparker, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar, mgorny.
Herald added a project: LLVM.
First step to refactor this file a little bit. Without renaming the
file first, the changes of the next actual refactoring patch would be
difficult to see (as it would show a new file being added); so this
only renames the file, no other changes have been made.
This new file name should reflect better that it no longer only creates
IT blocks, it also creates VPT blocks, so a name with "conditional
execution' in it seems to capture this better.
https://reviews.llvm.org/D63418
Files:
llvm/lib/Target/ARM/CMakeLists.txt
llvm/lib/Target/ARM/Thumb2CondExecution.cpp
llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63418.205042.patch
Type: text/x-patch
Size: 28300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/9733675e/attachment.bin>
More information about the llvm-commits
mailing list