[PATCH] D53485: [ScheduleDAGRRList] Do not preschedule the node has ADJCALLSTACKDOWN

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 20:21:45 PDT 2018


MatzeB added a comment.

What about `MachineVerifier::verifyStackFrame()`? That currently rejects any function with nested callframe setups. You will probably see your testcases fail when running with `-verify-machineinstrs`.


Repository:
  rL LLVM

https://reviews.llvm.org/D53485





More information about the llvm-commits mailing list