Displaying 2 results from an estimated 2 matches for "floag".
Did you mean:
flag
2020 Feb 25
2
How to print all pass when using -flto floag ?
Hi
We knew that "clang -mllvm -debug-pass=Structure ..." can print all pass'
name.
But,
when we use LTO , -flto flag and gold plugin.
I found that the option " -debug-pass=Structure" would not pass to ld.
so it would not print all the LTO pass's name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Feb 01
2
RFC: Generic IR reductions
On 1 February 2017 at 08:27, Renato Golin <renato.golin at linaro.org> wrote:
> Sorry, I meant min/max + reduce, just like above.
>
> %sum = add <N x float>, <N x float> %a, <N x float> %b
> %min = @llvm.minnum(<N x float> %sum)
> %red = @llvm.reduce(%min, float %acc)
No, this is wrong. I actually meant overriding the max/min intrinsics
to take