[PATCH] D70483: AArch64: add FastISel support for arm64_32

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 13:35:57 PST 2019


thegameg accepted this revision.
thegameg added a comment.
This revision is now accepted and ready to land.

I don't have much knowledge in this part of the code, but everything looks good to me. Maybe add a simple comment at the top of the file with an overview of what was needed to add support for ILP32 (maybe pointing out that it consists of using `and`s, `extractsubreg`s, etc.) ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70483





More information about the llvm-commits mailing list