[PATCH] D136234: [WIP] Allow ignoring copies in GISel
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 01:42:37 PDT 2022
Pierre-vh created this revision.
Herald added subscribers: kosarev, foad, kerbowa, hiraditya, jvesely, arsenm.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Draft of a diff to ignore copies in GISel by setting a bit in "Pattern".
Posting to gather feedback. Will be pulled once enough feedback has been gathered and will either be discarded or refactored.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136234
Files:
llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h
llvm/include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
llvm/include/llvm/Target/TargetSelectionDAG.td
llvm/lib/Target/AMDGPU/AMDGPUInstructions.td
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/utils/TableGen/GlobalISelEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136234.468814.patch
Type: text/x-patch
Size: 12935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221019/4065253e/attachment.bin>
More information about the llvm-commits
mailing list