[PATCH] D42244: [globalisel] Introduce LegalityQuery to better encapsulate the legalizer decisions. NFC.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 13:11:37 PST 2018


rovka added inline comments.


================
Comment at: include/llvm/CodeGen/GlobalISel/LegalizerInfo.h:56
+  unsigned Opcode;
+  ArrayRef<LLT> Types;
+
----------------
Is it really a good idea to store an ArrayRef in the long run?


https://reviews.llvm.org/D42244





More information about the llvm-commits mailing list