[x86] fix assert with horizontal math + broadcast of vector (PR43402)
[llvm-core.git] / lib / CodeGen / MIRParser / CMakeLists.txt
blob2eb5b844d0e11ee45521de9c84c4e6e7fd30376c
1 add_llvm_library(LLVMMIRParser
2   MILexer.cpp
3   MIParser.cpp
4   MIRParser.cpp
6   DEPENDS
7   intrinsics_gen
8   )