[PATCH] D34028: [Bitcode] Add thumb-mode to target-features in metadata loader.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 09:15:34 PDT 2017


fhahn updated this revision to Diff 102041.
fhahn added a comment.

Address comments.

@ppc  @eugenis it sounds like we should use the function target-features when determining the thumbness of the jump table entries, otherwise this could probably confuse the linker for mixed ARM/Thumb. codegen. I'll look into that!


https://reviews.llvm.org/D34028

Files:
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Reader/MetadataLoader.h
  test/Bitcode/thumb-mode-upgrade-arm.ll
  test/Bitcode/thumb-mode-upgrade-arm.ll.bc
  test/Bitcode/thumb-mode-upgrade-thumb.ll
  test/Bitcode/thumb-mode-upgrade-thumb.ll.bc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34028.102041.patch
Type: text/x-patch
Size: 4417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170609/2b502c8a/attachment.bin>


More information about the llvm-commits mailing list