intel/compiler: extract subfunctions of lower_integer_multiplication()
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 11 Jul 2019 23:56:05 +0000 (16:56 -0700)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 12 Aug 2019 22:16:23 +0000 (15:16 -0700)
commit75b3868dcc81e9b629e997f354aae691b7933f32
treea0e3fed81a4b353c19c789ae042c89a253021aa1
parent77401498521a35d1dd5711c8a48196a1827450b9
intel/compiler: extract subfunctions of lower_integer_multiplication()

The lower_integer_multiplication() function is already a little too
big. I want to add more to it, so let's reorganize the existing code
first. Let's start with just extracting the current code to
subfunctions. Later we'll change them a little more.

v2: Make private functions private (Caio).
v3: Fix typo (Caio).

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h