[PATCH] D70922: [GlobalISel]: Allow targets to override how to widen constants during legalization
Volkan Keles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 09:56:19 PST 2019
volkan accepted this revision.
volkan added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:1166
+
+ static bool isByteSizedTy(const LLT &Ty);
+
----------------
I think this function should be a member function of LowLevelType.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70922/new/
https://reviews.llvm.org/D70922
More information about the llvm-commits
mailing list