[PATCH] D129576: [GISel] Unify use of getStackGuard()

Kai Nacke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 10:23:40 PDT 2022


Kai added a comment.

I'm not sure if all changes are really worthy. Especially the changed order of arguments in `getStackGuard()` feels strange.

However, I think that removing use of `PtrMemTy` makes sense, as this type is only used when loading the value in `emitSPDescriptorParent()`, but not when storing it,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129576



More information about the llvm-commits mailing list