Depends on D52856.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23432 Build 23431: arc lint + arc unit
Paths
| Differential D52858
[WebAssembly] saturating arithmetic builtins ClosedPublic Authored by tlively on Oct 3 2018, 6:36 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, kristina, sunfish and 2 others. · View Herald TranscriptOct 3 2018, 6:36 PM tlively added a parent revision: D52813: [WebAssembly] Saturating arithmetic intrinsics.Oct 3 2018, 6:37 PM craig.topper added inline comments.
tlively added a child revision: D52910: [WebAssembly] any_true and all_true builtins.Oct 4 2018, 3:29 PM This revision is now accepted and ready to land.Oct 4 2018, 5:01 PM Closed by commit rL343836: [WebAssembly] saturating arithmetic builtins (authored by tlively). · Explain WhyOct 4 2018, 6:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 168216 include/clang/Basic/BuiltinsWebAssembly.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-wasm.c
|
Don't copy the "V:128:" part from X86. You just need the "nc". The V:128: is a special thing I'm working on for our AVX512 frequency issues.