[PATCH] D20385: [x86] avoid printing unnecessary sign bits of hex immediates in asm comments (PR20347)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 06:42:01 PDT 2016


spatel added a comment.

In http://reviews.llvm.org/D20385#442104, @RKSimon wrote:

> Do we have a similar issue with Intel syntax?


We would, except that we don't print any comments at all for Intel syntax. :)
I can make that a TODO / follow-up.


http://reviews.llvm.org/D20385





More information about the llvm-commits mailing list