[PATCH] D53137: Scalable vector core instruction support + size queries

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 04:04:24 PDT 2019


huntergr updated this revision to Diff 212548.
huntergr retitled this revision from "Scalable type size queries (llvm)" to "Scalable vector core instruction support + size queries".
huntergr edited the summary of this revision.
huntergr added a comment.

- Removed most of the changes in favour of reintroducing them in separate patches later with appropriate tests.
- Added tests for core IR instructions to make sure they don't drop the scalable flag.
- Fixed up a couple places which broke the new tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D53137

Files:
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/include/llvm/IR/DataLayout.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/IR/Type.h
  llvm/include/llvm/Support/MachineValueType.h
  llvm/include/llvm/Support/ScalableSize.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/ValueTypes.cpp
  llvm/lib/IR/DataLayout.cpp
  llvm/lib/IR/Instructions.cpp
  llvm/lib/IR/Type.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonSubtarget.h
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  llvm/test/Other/scalable-vectors-core-ir.ll
  llvm/unittests/IR/VectorTypesTest.cpp
  llvm/utils/TableGen/CodeGenDAGPatterns.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53137.212548.patch
Type: text/x-patch
Size: 49431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190731/d1a95347/attachment.bin>


More information about the llvm-commits mailing list