[PATCH] D57493: [RISCV] Put data smaller than eight bytes to small data section

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 23:42:35 PDT 2019


shiva0217 updated this revision to Diff 191639.
shiva0217 added a comment.

Remove riscv-ssection-threshold flag because front end will pass the threshold by module flag.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57493/new/

https://reviews.llvm.org/D57493

Files:
  include/llvm/Target/TargetLoweringObjectFile.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/Target/RISCV/RISCVTargetObjectFile.cpp
  lib/Target/RISCV/RISCVTargetObjectFile.h
  test/CodeGen/RISCV/sdata-limit-0.ll
  test/CodeGen/RISCV/sdata-limit-4.ll
  test/CodeGen/RISCV/sdata-limit-8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57493.191639.patch
Type: text/x-patch
Size: 9931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/faaafe6e/attachment.bin>


More information about the llvm-commits mailing list