[all-commits] [llvm/llvm-project] f4517b: [VE] Implement JumpTable
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Nov 17 05:43:31 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f4517bbd73401160294d2a17b1d68e5807709710
https://github.com/llvm/llvm-project/commit/f4517bbd73401160294d2a17b1d68e5807709710
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M llvm/lib/Target/VE/VEFrameLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/lib/Target/VE/VEMCInstLower.cpp
M llvm/test/CodeGen/VE/Scalar/br_jt.ll
Log Message:
-----------
[VE] Implement JumpTable
Implement JumpTable to make BRIND work on VE. Update an existing
br_jt regression test also.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D91582
More information about the All-commits
mailing list