[PATCH] D87700: [SVE] Replace / operator in TypeSize/ElementCount with div

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 04:15:52 PDT 2020


david-arm updated this revision to Diff 293135.
david-arm retitled this revision from "[SVE] Replace *, / operators in TypeSize/ElementCount with mul, div" to "[SVE] Replace / operator in TypeSize/ElementCount with div".
david-arm edited the summary of this revision.
david-arm added a comment.

- Reverted the operator* change.
- Added comments to the new functions.


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

https://reviews.llvm.org/D87700

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/Support/MachineValueType.h
  llvm/include/llvm/Support/TypeSize.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
  llvm/unittests/IR/VectorTypesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87700.293135.patch
Type: text/x-patch
Size: 15943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200921/6eb85553/attachment.bin>


More information about the llvm-commits mailing list