jerryzj wrote:
> Im seeing failures during `check-all` after this patch:
>
> ```
> Clang ::
> CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/bfloat16/vloxseg2ei16.c
> Clang ::
> CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/bfloat16/vloxseg3ei16
jerryzj wrote:
This patch seems to introduce a new compile-time warning
```
/llvm-project/clang/utils/TableGen/RISCVVEmitter.cpp:179:9: warning: use of
bitwise '|' with boolean operands [-Wbitwise-instead-of-logical]
179 | (RVVI->isMasked() && (RVVI->getPolicyAttrsBits() & RVV_VTA) &&
jerryzj wrote:
> Why doesn't any test catch it?
I suppose the
[CI](https://github.com/riscv-non-isa/rvv-intrinsic-doc/actions/runs/11216383892/job/31175562939)
of intrinsic doc should catch this, but it is not reporting errors as expected.
I happen to notice the failures and working on a fix n
https://github.com/jerryzj approved this pull request.
LGTM, thanks.
https://github.com/llvm/llvm-project/pull/109889
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits