[PATCH] D36219: [ARM] Tidy up banked registers encoding
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 10:04:40 PDT 2017
javed.absar updated this revision to Diff 109369.
javed.absar added a comment.
In this update-
1. Removed the manual (name->Encoding) in ARMISelDAGToDAG. Had missed it out earlier.
2. Moved the comment to ARMSystemRegister.td
3. Fixed indentation of "namespace namespace " . I too think no indentation on namespace is right choice (as Diana also mentioned).
https://reviews.llvm.org/D36219
Files:
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMSystemRegister.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Utils/ARMBaseInfo.cpp
lib/Target/ARM/Utils/ARMBaseInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36219.109369.patch
Type: text/x-patch
Size: 7437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170802/1ffadebe/attachment.bin>
More information about the llvm-commits
mailing list