llvm-project
e8d8f8cf - [LLVM][SimplifyCFG] Make validLookupTableConstant explicitly reject vector types. (#182555)

Commit
54 days ago
[LLVM][SimplifyCFG] Make validLookupTableConstant explicitly reject vector types. (#182555) validLookupTableConstant indirectly rejects vectors through its selection of supported Constant classes. However, this is not sufficient when ContantInt/FP are used to represent constant vector splats and so I've added an explicit bailout.
Parents
Loading