[all-commits] [llvm/llvm-project] 6fe610: [VE] Clean check routines of branch types
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Nov 30 09:19:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fe610535f4e0654766a1ace6acafc22150c951d
https://github.com/llvm/llvm-project/commit/6fe610535f4e0654766a1ace6acafc22150c951d
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M llvm/lib/Target/VE/VEInstrInfo.cpp
A llvm/test/CodeGen/VE/Scalar/br_analyze.ll
Log Message:
-----------
[VE] Clean check routines of branch types
Previously, these check routines accepted non-generatble instructions.
This time, I clean them and add assert for those non-generatable
instructions.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D92254
More information about the All-commits
mailing list