[PATCH] D53137: Scalable type size queries (llvm)
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 2 17:27:55 PDT 2018
huntergr updated this revision to Diff 172470.
huntergr added a comment.
Herald added a subscriber: javed.absar.
- Unified ScalableSize representation
- Changed to uint64_t + boolean, since we no longer allow scalable vectors in aggregates
- Removed aggregate and mixed unit tests
https://reviews.llvm.org/D53137
Files:
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/IR/DataLayout.h
include/llvm/IR/Type.h
include/llvm/Support/ScalableSize.h
lib/Analysis/InstructionSimplify.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/IR/DataLayout.cpp
lib/IR/Instructions.cpp
lib/IR/Type.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
unittests/IR/VectorTypesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53137.172470.patch
Type: text/x-patch
Size: 14673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181103/7f4b993c/attachment.bin>
More information about the llvm-commits
mailing list