diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 983387cee8e..0015f414e30 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -129,6 +129,8 @@ class VectorType; LOOP_DEC, // Really a part of LE, performs the sub LE, // Low-overhead loops, Loop End + PREDICATE_CAST, // Predicate cast for MVE i1 types + VCEQ, // Vector compare equal. VCEQZ, // Vector compare equal to zero. VCNE, // Vector compare not equal (MVE) |