> Am 01.07.2013 21:54, schrieb jfons...@vmware.com:
> > From: José Fonseca
> >
> > If reg->Register.Indirect then the immediate is not truly a constant
> > expression.
> >
> > There is no performance regression -- LLVMBuildBitCast will fallback to
> > LLVMConstBitCast internally when the argumen
Am 01.07.2013 21:54, schrieb jfons...@vmware.com:
> From: José Fonseca
>
> If reg->Register.Indirect then the immediate is not truly a constant
> expression.
>
> There is no performance regression -- LLVMBuildBitCast will fallback to
> LLVMConstBitCast internally when the argument is a constant.
From: José Fonseca
If reg->Register.Indirect then the immediate is not truly a constant
expression.
There is no performance regression -- LLVMBuildBitCast will fallback to
LLVMConstBitCast internally when the argument is a constant.
---
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 4 ++--