[PATCH] D130500: Change long to int64_t (which is always 64 bit or 8 bytes )

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 10:46:42 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pr55911.ll:1
+; ModuleID = 'test.c'
+source_filename = "test.c"
----------------
Missing RUN line.

Might be worth adding some comment explaining what, exactly, this is checking for.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D130500



More information about the llvm-commits mailing list