[all-commits] [llvm/llvm-project] eaa263: [VE] Remove obsolete ANDrm patterns
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Wed Sep 21 03:23:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaa263485d53c7f15dfe6228b285fde5c6194c25
https://github.com/llvm/llvm-project/commit/eaa263485d53c7f15dfe6228b285fde5c6194c25
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] Remove obsolete ANDrm patterns
Remove obsolete ANDrm patterns for MIMM operands. We add these
translations to optimize commonly used cast operations before
we support MIMM operands directly by each isntruction. Such
translations are obsolete now.
Reviewed By: efocht
Differential Revision: https://reviews.llvm.org/D134341
More information about the All-commits
mailing list