[PATCH] D101819: [M68k][GloballSel] Adding initial GlobalISel infrastructure

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 18:14:02 PDT 2021


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h:573
+  /// enableBigEndian() hook
+  virtual bool enableBigEndian() const { return false; }
+
----------------
I don't think this should be added. You already know the endianness from the datalayout


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

https://reviews.llvm.org/D101819



More information about the llvm-commits mailing list