[PATCH] D72598: [VE] Minimal codegen for empty functions

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 05:35:40 PST 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/VE/VE.h:97-99
+inline static int64_t HI32(int64_t imm) {
+  return (int32_t)(imm >> 32);
+}
----------------
MathExtras.h already has Lo_32/Hi_32 for this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72598





More information about the llvm-commits mailing list