All of lore.kernel.org
 help / color / mirror / Atom feed
* sparse-llvm op_shl and op_lshr code generation issue
@ 2017-03-14 14:04 Dibyendu Majumdar
  2017-03-19  0:23 ` Luc Van Oostenryck
  0 siblings, 1 reply; 2+ messages in thread
From: Dibyendu Majumdar @ 2017-03-14 14:04 UTC (permalink / raw)
  To: Linux-Sparse

If the rhs is not of the same size as the lhs then LLVM rejects the
code. A fix is to extend the rhs to match the lhs.

Regards
Dibyendu

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: sparse-llvm op_shl and op_lshr code generation issue
  2017-03-14 14:04 sparse-llvm op_shl and op_lshr code generation issue Dibyendu Majumdar
@ 2017-03-19  0:23 ` Luc Van Oostenryck
  0 siblings, 0 replies; 2+ messages in thread
From: Luc Van Oostenryck @ 2017-03-19  0:23 UTC (permalink / raw)
  To: Dibyendu Majumdar; +Cc: Linux-Sparse

On Tue, Mar 14, 2017 at 02:04:02PM +0000, Dibyendu Majumdar wrote:
> If the rhs is not of the same size as the lhs then LLVM rejects the
> code. A fix is to extend the rhs to match the lhs.

Submit a test case, please.

-- Luc 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-19  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14 14:04 sparse-llvm op_shl and op_lshr code generation issue Dibyendu Majumdar
2017-03-19  0:23 ` Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.