[PATCH] D38161: [X86] Improve codegen for inverted overflow checking intrinsics

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:31:12 PDT 2017


RKSimon added a comment.

Please commit overflow-intrinsic-setcc-fold.ll (with fixes suggested) with the current codegen so this patch show the delta



================
Comment at: test/CodeGen/X86/overflow-intrinsic-setcc-fold.ll:1
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=generic -verify-machineinstrs | FileCheck %s
+
----------------
Remove -mcpu=generic and regenerate the file with utils\update_llc_test_checks.py


Repository:
  rL LLVM

https://reviews.llvm.org/D38161





More information about the llvm-commits mailing list