[PATCH] D32396: [GlobalISel][X86] G_GEP selection support.

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 30 07:14:08 PDT 2017


zvi added a comment.

Add tests where all GEP indices are variable?



================
Comment at: lib/Target/X86/X86InstructionSelector.cpp:486
   else
     llvm_unreachable("Can't select G_FRAME_INDEX, unsupported type.");
 
----------------
Consider updating this string


https://reviews.llvm.org/D32396





More information about the llvm-commits mailing list