[PATCH] D35516: [GISel]: Split buildSources part of buildInstr separately

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 09:33:29 PDT 2017


aditya_nandakumar added a comment.

@dsanders - the main goal was to avoid the compiler warning of having to create a zero sized array. Now with the splitting of arguments, we can also accept MachineOperands which can directly be added to the instruction.


https://reviews.llvm.org/D35516





More information about the llvm-commits mailing list