[PATCH] D58983: DAG: propagate whether an arg is a pointer for CallingConv decisions.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 04:10:34 PDT 2019


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetCallingConv.h:52
 
+    unsigned PointerAddrSpace; ///< Address space of pointer argument
+
----------------
You could make this -1 and then check that instead of a separate isPointer field, but I doubt that will actually save any space


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58983





More information about the llvm-commits mailing list