search for: calar

Displaying 2 results from an estimated 2 matches for "calar".

Did you mean: scalar
2015 Mar 12
3
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
I think it would make sense for (1) and (2). I am not sure if (3) is feasible in instcombine. (I am not too familiar with LoopInfo) For the Octasic's Opus platform, I modified shouldMergeGEPs in our fork to: if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() && !Src.hasOneUse()) return false; return Src.hasAllConstantIndices(); // was return false;
2015 Mar 12
2
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
...ost -i > nline -functionattrs -sroa -domtree -early-cse -lazy-value-info > -jump-threadi ng -correlated-propagation -simplifycfg -domtree > -instcombine -tailcallelim -simplifycfg -reassociate -domtree -loops > -loop-simplify -lc > ssa -loop-rotate -licm -loop-unswitch -instcombine -scalar-evolution > -loop-simplify -lcssa -indvars -loop-idiom -loop-deletion > -loop-unroll -memdep -mldst-motion -domtree -memdep -gvn -memdep > -memcpyopt -sccp -dom > tree -bdce -instcombine -lazy-value-info -jump-threading > -correlated-propagation -domtree -memdep -dse -loops -loop-sim...