[PATCH] D35209: [ARM] Unify handling of M-Class system registers

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 03:31:14 PDT 2017


javed.absar updated this revision to Diff 106603.
javed.absar added a reviewer: olista01.
javed.absar added a comment.
Herald added a subscriber: mgorny.

I have re-implemented using SearchableTable which improves the code quality immensely (great suggestion by Oliver). I have also create a Utils sub-directory (and ARMUtils library) that allows utility functions such as generated by SearchableTable to be incorporated into both CodeGen and others. seamlessly.


https://reviews.llvm.org/D35209

Files:
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMRegisterInfo.td
  lib/Target/ARM/ARMSystemRegister.td
  lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  lib/Target/ARM/AsmParser/LLVMBuild.txt
  lib/Target/ARM/CMakeLists.txt
  lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
  lib/Target/ARM/InstPrinter/LLVMBuild.txt
  lib/Target/ARM/LLVMBuild.txt
  lib/Target/ARM/Utils/ARMBaseInfo.cpp
  lib/Target/ARM/Utils/ARMBaseInfo.h
  lib/Target/ARM/Utils/CMakeLists.txt
  lib/Target/ARM/Utils/LLVMBuild.txt
  test/CodeGen/ARM/special-reg-v8m-main.ll
  test/MC/ARM/thumbv8m.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35209.106603.patch
Type: text/x-patch
Size: 30527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170714/9b9f52fe/attachment.bin>


More information about the llvm-commits mailing list