[PATCH] D35833: [globalisel][tablegen] Add support for importing 'imm' operands.

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 06:27:51 PDT 2017


rovka added a comment.

Well, considering that Mips prefers SExt and nothing (that we're aware of) prefers ZExt, it might be better to just use SExt from the start. But if you're feeling lazy ZExt is fine too :)


https://reviews.llvm.org/D35833





More information about the llvm-commits mailing list