Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM][TableGen] Check validity of IIT encoding for vector types (#11…
…1152) Add assert to verify that the `IIT_Vecs` list for IIT encoding of vector types is not empty for vector types (else it will generate an invalid IIT encoding). Remove `llvm_v2048i1_ty` for which this assert fails, since the `Intrinsics.td` file does not define any IIT encoding for vectors of size 2048.
- Loading branch information