[PATCH] D18367: Introduce llvm.load.relative intrinsic.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 21:36:08 PDT 2016


pcc updated this revision to Diff 51387.
pcc added a comment.

- Set the inline cost for the intrinsic to the cost of the lowered IR instructions


http://reviews.llvm.org/D18367

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/Passes.h
  include/llvm/IR/Intrinsics.td
  include/llvm/InitializePasses.h
  lib/Analysis/InlineCost.cpp
  lib/Analysis/InstructionSimplify.cpp
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/LLVMTargetMachine.cpp
  lib/CodeGen/PreISelIntrinsicLowering.cpp
  test/CodeGen/Generic/stop-after.ll
  test/Transforms/InstSimplify/load-relative-32.ll
  test/Transforms/InstSimplify/load-relative.ll
  test/Transforms/PreISelIntrinsicLowering/load-relative.ll
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18367.51387.patch
Type: text/x-patch
Size: 16213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160323/2163986e/attachment.bin>


More information about the llvm-commits mailing list