[PATCH] D14296: [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions
James Molloy via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 07:09:38 PST 2015
jmolloy added a comment.
> You could still do PSE->getSCEV() though?
yep:
PSE.getSCEV(); // get predicated scev
PSE->getSCEV(); // get non-predicated scev
http://reviews.llvm.org/D14296
More information about the llvm-commits
mailing list