[PATCH] D14296: [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 07:45:33 PST 2015
sbaranga added a comment.
In http://reviews.llvm.org/D14296#287044, @jmolloy wrote:
> > You could still do PSE->getSCEV() though?
>
>
> yep:
>
> PSE.getSCEV(); // get predicated scev
> PSE->getSCEV(); // get non-predicated scev
My problem with this is that it makes it easy to make mistakes and get something else (for example I frequently get -> with . mixed up).
http://reviews.llvm.org/D14296
More information about the llvm-commits
mailing list