[PATCH] D32995: [GlobalISel][X86] G_ICMP support.

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 07:04:59 PDT 2017


igorb added inline comments.


================
Comment at: lib/Target/X86/X86LegalizerInfo.cpp:93
     setAction({G_SEXT, 1, Ty}, Legal);
   }
+
----------------
guyblank wrote:
> unrelated to this patch, but can we have the common legalization info for 32/64 bit in one function?
Yes, I am going to merge it in a few patches. 


https://reviews.llvm.org/D32995





More information about the llvm-commits mailing list