Displaying 2 results from an estimated 2 matches for "phoenixiv".
Did you mean:
phoenix
2015 Aug 10
2
load instruction erroneously removed by GVN
...t;false" "no-nans-fp-math"="false"
> "stack-protector-buffer-size"="8" "unsafe-fp-math"="false"
> "use-soft-float"="false" }
The attributes are
attributes #3 = { minsize optsize "target-cpu"="phoenixIV" }
and
attributes #2 = { minsize nounwind optsize "target-cpu"="phoenixIV" }
(I'm compiling for my out-of-tree target, thus the
"target-cpu"="phoenixIV").
So no readonly or readnone attributes.
Thanks,
Mikael
>
> or
>
> attributes...
2015 Aug 07
3
load instruction erroneously removed by GVN
On 08/07/2015 01:53 PM, Caldarale, Charles R wrote:
>> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org]
>> On Behalf Of Mikael Holmén via llvm-dev
>> Subject: [llvm-dev] load instruction erroneously removed by GVN
>
>> But between the load and the alloca there is also
>> call fastcc void @format_long(i16* %_tmp30, i16 10, i32 10), !dbg !22
>>