Pre-committing tests so the difference in codegen is more obvious.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
1,710 ms | x64 debian > libomp.tasking::kmp_taskwait_depend_all.c |
Event Timeline
llvm/test/CodeGen/X86/fold-masked-merge.ll | ||
---|---|---|
4 | ; RUN: llc -o - %s -mtriple=x86_64-- | FileCheck %s --check-prefixes=CHECK,NOBMI ; RUN: llc -o - %s -mtriple=x86_64-- -mattr=+bmi | FileCheck %s --check-prefixes=CHECK,BMI |
Comment Actions
LGTM - might be worth adding a i16 test case as well to check that promotion is working.
Comment Actions
might be worth adding a i16 test case as well to check that promotion is working.
The @masked_merge1 testcase is already using i16.