[AVX512] Update typo in comment

Should be "Sae" for "Suppress All Exceptions".

NFC



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cameron McInally
2018-12-10 15:21:35 +00:00
parent 8a323ddcdb
commit 6dbef07123
+1 -1
View 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