[PATCH] D59744: Fix i386 ABI "__m64" type bug

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 02:12:30 PDT 2019


RKSimon added inline comments.


================
Comment at: test/CodeGen/x86_32-mmx-linux.c:2
+// RUN: %clang_cc1 -w -O2 -fblocks -triple i386-pc-linux-gnu -target-cpu pentium4 -emit-llvm -o %t %s
+// RUN: FileCheck < %t %s
+
----------------
Test on more triples and add the test file to trunk with current codegen so this patch shows the delta


Repository:
  rC Clang

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

https://reviews.llvm.org/D59744





More information about the cfe-commits mailing list