[PATCH] D69534: [X86] Lower frame references with large offsets
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 15:49:00 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/lib/Target/X86/X86RegisterInfo.cpp:791
+ RS.enterBasicBlockEnd(MBB);
+ RS.backward(II);
+
----------------
I think this is redundant with passing the iterator to scavengeRegisterBackwards but I could be misremembering
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69534/new/
https://reviews.llvm.org/D69534
More information about the llvm-commits
mailing list