[AVX512] Update typo in comment
authorCameron McInally <cameron.mcinally@nyu.edu>
Mon, 10 Dec 2018 15:21:35 +0000 (15:21 +0000)
committerCameron McInally <cameron.mcinally@nyu.edu>
Mon, 10 Dec 2018 15:21:35 +0000 (15:21 +0000)
Should be "Sae" for "Suppress All Exceptions".

NFC

llvm-svn: 348763

llvm/lib/Target/X86/X86InstrAVX512.td

index 2a7af29..0ab4ed4 100644 (file)
@@ -8790,7 +8790,7 @@ let Predicates = [HasVLX] in {
                (v4f32 (COPY_TO_REGCLASS FR32X:$src, VR128X)), 4)))), FR32X)) >;
 }
 
-//  Unordered/Ordered scalar fp compare with Sea and set EFLAGS
+//  Unordered/Ordered scalar fp compare with Sae and set EFLAGS
 multiclass avx512_ord_cmp_sae<bits<8> opc, X86VectorVTInfo _,
                             string OpcodeStr, X86FoldableSchedWrite sched> {
   let hasSideEffects = 0 in