[PATCH] D22314: Make X86CallFrameOptimization work with code generated by fast isel.
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 14:37:15 PDT 2016
mkuper added a comment.
The change itself LGTM.
However, I don't think we should be running this pass at all with CodeGenOpt::None.
It was originally enabled only for -Os, and was later also enabled (by Hans, IIRC) for other opt level - but I think enabling it for -O0 was unintentional.
http://reviews.llvm.org/D22314
More information about the llvm-commits
mailing list