[PATCH] D143422: [LV] Update logic for calculating register usage due to invariants

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 10:27:34 PST 2023


paulkirth added a comment.

Thanks for the fix. That change looks good to me. Its unfortunate that we can express that ordering is unimportant in lit for some range of code.  The only reason I found the issue here was that I had a similar problem when testing stack layout analysis, and never updated my build flags.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143422



More information about the llvm-commits mailing list