[PATCH] D75994: [GlobalISel] add additional lowering support for G_INSERT

Dominik Montada via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 04:30:16 PDT 2020


gargaroff marked 2 inline comments as done.
gargaroff added a comment.

I added a check to fail for non-integral address space pointers. I couldn't add any tests since the datalayout used in the unit tests doesn't have any non-integral address space pointers (or at least I didn't see any). Hope that's not a problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75994





More information about the llvm-commits mailing list