[PATCH] D72512: GlobalISel: Move extension scalar narrowing to separate function

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 08:21:03 PST 2020


arsenm created this revision.
arsenm added reviewers: aemerson, paquette, aditya_nandakumar, dsanders.
Herald added subscribers: Petar.Avramovic, volkan, hiraditya, rovka, wdng.
Herald added a project: LLVM.
arsenm added parent revisions: D72506: GlobalISel: Fix narrowScalar for G_ANYEXT results, D72511: GlobalISel: Handle more cases of G_SEXT narrowing.

Also rename a few things. Handling a different requested type will
require this to become much more complex.


https://reviews.llvm.org/D72512

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72512.237339.patch
Type: text/x-patch
Size: 3981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200110/37fd54fc/attachment.bin>


More information about the llvm-commits mailing list