[all-commits] [llvm/llvm-project] 021d05: [VE][NFC] Change to use l2i/i2l to simplify code
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Sep 21 02:04:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 021d05a1abf8614b97f1b87fef10bfdfb003946f
https://github.com/llvm/llvm-project/commit/021d05a1abf8614b97f1b87fef10bfdfb003946f
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2022-09-21 (Wed, 21 Sep 2022)
Changed paths:
M llvm/lib/Target/VE/VEInstrInfo.td
Log Message:
-----------
[VE][NFC] Change to use l2i/i2l to simplify code
We previously added l2i/i2l macros to simpily EXTRACT_SUBREG/INSERT_SUBREG
conversions. This patch changes VEInstrInfo.td to use such macros to
simplify existing code.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D134118
More information about the All-commits
mailing list