[PATCH] D80101: [StackColoring] When remapping alloca's move the To alloca if the From alloca is before it.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 17:54:24 PDT 2020


efriedma added a comment.

> Also not sure how to test this since we're in the Machine IR section of the pipeline, but modifying IR.

If you run a pass with llc -run-pass, it prints both the LLVM IR module, and the MIR for each function after the pass runs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80101/new/

https://reviews.llvm.org/D80101





More information about the llvm-commits mailing list