[PATCH] D53137: Scalable type size queries (llvm)
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 06:59:28 PDT 2018
huntergr created this revision.
huntergr added reviewers: hfinkel, lattner, rkruppe.
Herald added subscribers: jsji, kbarton, nhaehnle, jvesely, nemanjai, arsenm.
Implements basic size queries to support scalable vectors in LLVM IR
This isn't ready for inclusion yet, more discussion on the mailing list required.
https://reviews.llvm.org/D53137
Files:
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/IR/DataLayout.h
include/llvm/IR/Type.h
lib/Analysis/ConstantFolding.cpp
lib/Analysis/InstructionSimplify.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/DataLayout.cpp
lib/IR/Instructions.cpp
lib/IR/Type.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
unittests/IR/VectorTypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53137.169204.patch
Type: text/x-patch
Size: 52188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/5a0e40e1/attachment.bin>
More information about the llvm-commits
mailing list