Pre-committing tests so the difference in codegen is more obvious.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/X86/fold-masked-merge.ll | ||
---|---|---|
3 | ; 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.