[PATCH] D88409: [SVE] Make ElementCount and TypeSize use a new PolySize class
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 08:09:04 PDT 2020
david-arm updated this revision to Diff 297239.
david-arm added a comment.
- Changed PolySize::isNonZero() to return !isZero()
- Used static_cast in coefficientNextPowerOf2
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88409/new/
https://reviews.llvm.org/D88409
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/include/llvm/CodeGen/ValueTypes.h
llvm/include/llvm/IR/Intrinsics.h
llvm/include/llvm/Support/MachineValueType.h
llvm/include/llvm/Support/TypeSize.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/TargetLoweringBase.cpp
llvm/lib/Support/LowLevelType.cpp
llvm/lib/Target/X86/X86InterleavedAccess.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlan.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88409.297239.patch
Type: text/x-patch
Size: 27757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201009/e4703e7a/attachment.bin>
More information about the llvm-commits
mailing list