[PATCH] D66339: [SVE] Fixed-length vector MVT ranges

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 04:04:15 PDT 2019


huntergr created this revision.
huntergr added reviewers: sdesmalen, greened.
Herald added subscribers: psnobl, jsji, rkruppe, atanasyan, MaskRay, jrtc27, fedor.sergeev, kbarton, aheejin, hiraditya, jgravelle-google, tschuett, sbc100, javed.absar, nhaehnle, jvesely, nemanjai, sdardis, jyknight, dschuff, arsenm.
Herald added a project: LLVM.

- New range functions in MachineValueType.h to only iterate over the fixed-length int/fp vector types
- Stopped backends which don't support scalable vector types from iterating over scalable types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66339

Files:
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/lib/Target/Hexagon/HexagonSubtarget.h
  llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/Mips/MipsSEISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66339.215558.patch
Type: text/x-patch
Size: 13833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190816/76d02e9d/attachment.bin>


More information about the llvm-commits mailing list