Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/IR/Intrinsics.td | ||
---|---|---|
1529 | Should we have a Verifier check that the number of elements match? The equivalent constrained intrinsics check that. |
llvm/test/Verifier/vp-intrinsics-illformed.ll | ||
---|---|---|
1 ↗ | (On Diff #408417) | Picking a tests at random. It looks like they typically do something like ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s and then check the error message. Can we do that here? |
Should we have a Verifier check that the number of elements match? The equivalent constrained intrinsics check that.