[PATCH] D138544: [VE] Remove unnecessary isReMaterializable flags
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 23:29:03 PST 2022
kaz7 created this revision.
kaz7 added a reviewer: efocht.
kaz7 added projects: LLVM, VE.
Herald added a subscriber: hiraditya.
Herald added a project: All.
kaz7 requested review of this revision.
Herald added a subscriber: llvm-commits.
This flag should be used for instructions which create constant values.
So, remove the flag from not proper instructions. Only LEA, LEASL, and
OR instructions have the flag now.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138544
Files:
llvm/lib/Target/VE/VEInstrInfo.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138544.477391.patch
Type: text/x-patch
Size: 4754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221123/80455a50/attachment.bin>
More information about the llvm-commits
mailing list