Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll | ||
---|---|---|
5 | These prefixes are broken, they should be more like this: ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=CHECK-SSE ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=CHECK-AVX,CHECK-AVX2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f | FileCheck %s --check-prefixes=CHECK-AVX,CHECK-AVX512F |
llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll | ||
---|---|---|
1265 | No i32 cases? |
llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll | ||
---|---|---|
12 | add nounwind to silence the cfi noise |
llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll | ||
---|---|---|
5 | ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=CHECK-SSE ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx2 | FileCheck %s --check-prefixes=CHECK-AVX,CHECK-AVX2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+avx512f | FileCheck %s --check-prefixes=CHECK-AVX,CHECK-AVX512F,,CHECK-NO-FASTFMA ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skx -fp-contract=fast | FileCheck %s --check-prefixes=CHECK-AVX,CHECK-AVX512F,CHECK-FMA |
These prefixes are broken, they should be more like this: