[all-commits] [llvm/llvm-project] 2f01af: [VE] Remove obsolete I8/I16 register classes
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Aug 14 05:52:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2f01af764b69bb04fe61efe3b3089d96ccd95d0f
https://github.com/llvm/llvm-project/commit/2f01af764b69bb04fe61efe3b3089d96ccd95d0f
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-08-14 (Fri, 14 Aug 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VERegisterInfo.td
Log Message:
-----------
[VE] Remove obsolete I8/I16 register classes
Remove I8/I16 register classes which are prepared to implement previously
to implement VE ABI. However, it is possible to implement VE ABI correctly
without them. Therefore, removing them now.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D85905
More information about the All-commits
mailing list