[PATCH] D60338: GlobalISel: Move computeValueLLTs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 13:45:43 PDT 2019
arsenm created this revision.
arsenm added reviewers: aemerson, aditya_nandakumar, paquette.
Herald added subscribers: Petar.Avramovic, volkan, kristof.beyls, rovka, wdng.
Call lowering should use this directly instead of going through the
EVT version, but more work is needed to deal with this (mostly the
passing of the IR type pointer instead of the relevant properties in
ArgInfo).
https://reviews.llvm.org/D60338
Files:
include/llvm/CodeGen/Analysis.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/GlobalISel/IRTranslator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60338.193961.patch
Type: text/x-patch
Size: 4567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/838c7d84/attachment.bin>
More information about the llvm-commits
mailing list