All of lore.kernel.org
 help / color / mirror / Atom feed
* Add constant folding for new opcodes
@ 2014-05-29 19:43 Tobias Klausmann
  2014-05-29 19:43 ` [PATCH 1/4] nvc0/ir: clear subop when folding constant expressions Tobias Klausmann
  0 siblings, 1 reply; 10+ messages in thread
From: Tobias Klausmann @ 2014-05-29 19:43 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	mesa-dev-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	imirkin-FrUbXkNCsVf2fBVCVOL8/A

Hi,
please review the following 4 patches:

1b1cfc6 nvc0/ir: Handle OP_BFIND when folding constant expressions
d2d2727 nvc0/ir: Handle OP_POPCNT when folding constant expressions
86a1ee6 nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant 
expressions
84563bf nvc0/ir: clear subop when folding constant expressions

src/gallium/drivers/nouveau/codegen/nv50_ir_peephole.cpp | 39 
+++++++++++++++++++++++++++++++++++++--
1 file changed, 37 insertions(+), 2 deletions(-)

Thanks,
Tobias Klausmann

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

end of thread, other threads:[~2014-05-29 19:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 19:43 Add constant folding for new opcodes Tobias Klausmann
2014-05-29 19:43 ` [PATCH 1/4] nvc0/ir: clear subop when folding constant expressions Tobias Klausmann
2014-05-29 19:43   ` [PATCH 2/4] nvc0/ir: Handle reverse subop for OP_EXTBF " Tobias Klausmann
2014-05-29 19:47     ` Ilia Mirkin
     [not found]       ` <CAKb7UvgLpfeM6HL7skM-OXCYjNz8=uD=1fhQb5xLndszw3u0zQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-29 19:53         ` Tobias Klausmann
     [not found]           ` <53879054.9090405-AqjdNwhu20eELgA04lAiVw@public.gmane.org>
2014-05-29 19:56             ` Ilia Mirkin
     [not found]   ` <1401392636-17704-1-git-send-email-tobias.johannes.klausmann-AqjdNwhu20eELgA04lAiVw@public.gmane.org>
2014-05-29 19:43     ` [PATCH 3/4] nvc0/ir: Handle OP_POPCNT " Tobias Klausmann
2014-05-29 19:53       ` Ilia Mirkin
2014-05-29 19:43   ` [PATCH 4/4] nvc0/ir: Handle OP_BFIND " Tobias Klausmann
2014-05-29 19:58     ` Ilia Mirkin

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.