Commit 4c5a4d9
authored
[CIR][NFS] Remove unnecessary asserts (#1659)
We already have constraints in CIROps to make sure that the operands and
result type are vectors
-
[VecCmpOp](https://github.com/llvm/clangir/blob/6e5fa09550c98f84d017873ed3e5667fd5fd909c/clang/include/clang/CIR/Dialect/IR/CIROps.td#L3237),
-
[VecTernaryOp](https://github.com/llvm/clangir/blob/6e5fa09550c98f84d017873ed3e5667fd5fd909c/clang/include/clang/CIR/Dialect/IR/CIROps.td#L3269-L3272)1 parent 94402e2 commit 4c5a4d9
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1921 | 1921 | | |
1922 | 1922 | | |
1923 | 1923 | | |
1924 | | - | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
1928 | 1924 | | |
1929 | 1925 | | |
1930 | 1926 | | |
| |||
1980 | 1976 | | |
1981 | 1977 | | |
1982 | 1978 | | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | 1979 | | |
1989 | 1980 | | |
1990 | 1981 | | |
| |||
0 commit comments