[PATCH] D124269: [CostModel] Add basic fptoi_sat costs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 03:53:18 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/Analysis/CostModel/X86/fptoi_sat.ll:11
 ; RUN: opt < %s -mtriple=x86_64-apple-darwin -passes="print<cost-model>" 2>&1 -disable-output -mcpu=goldmont | FileCheck %s --check-prefixes=SSE42
 ; RUN: opt < %s -mtriple=x86_64-apple-darwin -passes="print<cost-model>" 2>&1 -disable-output -mcpu=btver2 | FileCheck %s --check-prefixes=AVX,AVX1
 
----------------
Drop the AVX prefix here as well


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

https://reviews.llvm.org/D124269



More information about the llvm-commits mailing list