search for: rayinfo

Displaying 1 result from an estimated 1 matches for "rayinfo".

Did you mean: rawinfo
2013 Oct 01
0
[LLVMdev] Pass to simplify struct select?
I have the following in my code: %RayInfo = type { double } ... %ray.0 = select i1 %return, %RayInfo { double 1.000000e+00 }, %RayInfo zeroinitializer %clr = extractvalue %RayInfo %ray.0, 0 Is there a pass that will split the struct into a scalar? I've tried scalar replacement of aggregates and instruction combining and a bun...