1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[AVX512] Update typo in comment

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

NFC

llvm-svn: 348763
This commit is contained in:
Cameron McInally 2018-12-10 15:21:35 +00:00
parent 8e1dd0c908
commit ad3078ad8e

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