[PATCH] D74715: GlobalISel: Allow running localizer earlier
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 07:01:47 PST 2020
arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette, dsanders, nhaehnle, kerbowa, foad.
Herald added subscribers: llvm-commits, hiraditya, tpr, rovka, wdng, jvesely.
Herald added a project: LLVM.
This required legal and regbankselected MIR for seemingly no
reason. For AMDGPU this wouldn't see legalized G_GLOBAL_VALUEs.
https://reviews.llvm.org/D74715
Files:
llvm/include/llvm/CodeGen/GlobalISel/Localizer.h
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/localizer.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74715.244964.patch
Type: text/x-patch
Size: 8459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/fc1e4374/attachment.bin>
More information about the llvm-commits
mailing list