Builder mac
Build 4260
Results:
Failure annotated steps Failure Execute emscripten testsuite (emwasm) Failure Execute emscripten testsuite (asm2wasm) Failure Summary
Trigger Info:
Project | wasm |
Revision | 21d100aff8ac2ea4879b0eb1c525861c90a2866a |
Got Revision | f7971436824dd8eeb9b0cf19dabc3e32b369a904 |
Execution:
- Source: Task 4284d310bd5e2810
- Bot: build207-m9
- Recipe: wasm_llvm
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/path | {"cache_dir": "/b/s/w/ir/cache", "temp_dir": "/b/s/w/ir/tmp/rt"} | setup_build |
$recipe_engine/runtime | {"is_experimental": false, "is_luci": true} | setup_build |
bot_id | "build207-m9" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.wasm.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1548000265763811, "id": "8923797789285782080", "project": "wasm", "tags": ["builder:mac", "buildset:commit/git/21d100aff8ac2ea4879b0eb1c525861c90a2866a", "buildset:commit/gitiles/llvm.googlesource.com/llvm/+/21d100aff8ac2ea4879b0eb1c525861c90a2866a", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9089227851521987200", "scheduler_job_id:wasm/mac", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "mac" | setup_build |
buildnumber | 4260 | setup_build |
mastername | "client.wasm.llvm" | setup_build |
path_config | "generic" | setup_build |
recipe | "wasm_llvm" | setup_build |
repository | "https://llvm.googlesource.com/llvm" | setup_build |
revision | "21d100aff8ac2ea4879b0eb1c525861c90a2866a" | setup_build |
got_revision | "f7971436824dd8eeb9b0cf19dabc3e32b369a904" | bot_update |
got_waterfall_revision | "b277b2bb46ddcb1ca51013b2a21fe4880bce4cbc" | bot_update |
Blamelist:
- Simon Pilgrim (llvm-devohnoyoudont@redking.me.uk)
Timing:
Create | Sunday, 20-Jan-19 16:04:25 UTC |
Start | Sunday, 20-Jan-19 16:05:07 UTC |
End | Sunday, 20-Jan-19 18:28:50 UTC |
Pending | 41 secs |
Execution | 2 hrs 23 mins |
All Changes:
-
[CostModel][X86] Add explicit vector select costs
Changed by Simon Pilgrim - llvm-devohnoyoudont@redking.me.uk Changed at Sunday, 20-Jan-19 13:55:01 UTC Repository https://llvm.googlesource.com/llvm Branch Revision 21d100aff8ac2ea4879b0eb1c525861c90a2866a Comments
[CostModel][X86] Add explicit vector select costs Prior to SSE41 (and sometimes on AVX1), vector select has to be performed as a ((X & C)|(Y & ~C)) bit select. Exposes a couple of issues with the min/max reduction costs (which only go down to SSE42 for some reason). The increase pre-SSE41 selection costs also prevent a couple of tests from firing any longer, so I've either tweaked the target or added AVX tests as well to the existing SSE2 tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351685 91177308-0d34-0410-b5e6-96231b3b80d8
Changed files
- lib/Target/X86/X86TargetTransformInfo.cpp
- test/Analysis/CostModel/X86/fshl.ll
- test/Analysis/CostModel/X86/fshr.ll
- test/Analysis/CostModel/X86/reduce-smax-widen.ll
- test/Analysis/CostModel/X86/reduce-smax.ll
- test/Analysis/CostModel/X86/reduce-smin-widen.ll
- test/Analysis/CostModel/X86/reduce-smin.ll
- test/Analysis/CostModel/X86/reduce-umax-widen.ll
- test/Analysis/CostModel/X86/reduce-umax.ll
- test/Analysis/CostModel/X86/reduce-umin-widen.ll
- test/Analysis/CostModel/X86/reduce-umin.ll
- test/Analysis/CostModel/X86/vselect-cost.ll
- test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll
- test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
- test/Transforms/SLPVectorizer/X86/crash_cmpop.ll
- test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll