[PATCH] D44093: [BUILTINS] structure pretty printer

Paul Semel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 10 14:44:08 PDT 2018


paulsemel added a comment.

Ok, I found the problem. In fact the size of `long` is 4 bytes on your machine, but 8 bytes on mine.
This makes this `// CHECK: [[LOAD1:%[0-9]+]] = load i64, i64* [[RES1]],` fail.
Do you know a smart way to do it without dealing with type sizes ?


Repository:
  rC Clang

https://reviews.llvm.org/D44093





More information about the cfe-commits mailing list