[PATCH] D91582: [VE] Implement JumpTable

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 17:16:21 PST 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.

Implement JumpTable to make BRIND work on VE.  Update an existing
br_jt regression test also.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91582

Files:
  llvm/lib/Target/VE/VEFrameLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VEMCInstLower.cpp
  llvm/test/CodeGen/VE/Scalar/br_jt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91582.305629.patch
Type: text/x-patch
Size: 12733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/839029c0/attachment.bin>


More information about the llvm-commits mailing list