-   Notifications  You must be signed in to change notification settings 
- Fork 15k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag
Description
| Bugzilla Link | 49189 | 
| Version | trunk | 
| OS | Windows NT | 
| CC | @topperc,@gregbedwell,@MaskRay,@LebedevRI,@mtrofin | 
Extended Description
https://reviews.llvm.org/rGf32dc6bb42fd24517289fd1e3418994daa4fec20
; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2 | FileCheck %s --check-prefixes=AVX,AVX2
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2,+fast-variable-shuffle | FileCheck %s --check-prefixes=AVX,AVX2
update_llc_test_checks.py didn't report that two AVX2 runs had conflicting checks for all their common prefixes, which meant we lost ALL test coverage.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagAll llvm tools that do not have corresponding tag