[PATCH] D142777: [RISCV] Add asserts that we don't increase codesize during pseudo expansion

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 11:26:58 PST 2023


reames added a comment.

In D142777#4086844 <https://reviews.llvm.org/D142777#4086844>, @jrtc27 wrote:

> s/macro/pseudo/? I got very confused until I read the diff and thought you were talking about assembly macros.
>
> This is just checking that the Size of the pseudo is a true upper bound, right?

Yes to both.  Sorry for the confusion, fixed the patch description.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142777



More information about the llvm-commits mailing list