Builder clang-arm64-linux Build 8921744828049046384
Results:
Success
Trigger Info:
Project | fuchsia |
Revision | 6bf861597c87d708336c6ed36678d91b75d1043c |
Got Revision | 18890f471c420411aa3c989e104d090966ec9dbf |
Execution:
- Source: Task 42f985957f227310
- Bot: fuchsia-debian-32-c272138d-us-central1-b-2nt9
- Recipe: clang_toolchain
Steps and Logfiles:
Show:-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
Build Properties:
Name | Value | Source |
---|---|---|
$recipe_engine/buildbucket | {"build": {"builder": {"bucket": "ci", "builder": "clang-arm64-linux", "project": "fuchsia"}, "createTime": "2019-02-12T07:55:22.167721Z", "createdBy": "user:luci-scheduler@appspot.gserviceaccount.com", "id": "8921744828049046384", "infra": {"buildbucket": {"serviceConfigRevision": "2acf9ddf085124300131f0a719a64564504c97a6"}, "recipe": {"cipdPackage": "fuchsia/infra/recipe_bundles/fuchsia.googlesource.com/infra/recipes", "name": "clang_toolchain"}, "swarming": {"hostname": "chromium-swarm.appspot.com"}}, "input": {"gitilesCommit": {"host": "fuchsia.googlesource.com", "id": "6bf861597c87d708336c6ed36678d91b75d1043c", "project": "third_party/llvm-project", "ref": "refs/heads/master"}}, "tags": [{"key": "builder", "value": "clang-arm64-linux"}, {"key": "buildset", "value": "commit/git/6bf861597c87d708336c6ed36678d91b75d1043c"}, {"key": "buildset", "value": "commit/gitiles/fuchsia.googlesource.com/third_party/llvm-project/+/6bf861597c87d708336c6ed36678d91b75d1043c"}, {"key": "scheduler_invocation_id", "value": "9087174890208991024"}, {"key": "scheduler_job_id", "value": "fuchsia/clang-arm64-linux"}, {"key": "user_agent", "value": "luci-scheduler"}]}} | setup_build |
$recipe_engine/isolated | {"server": "https://isolateserver.appspot.com"} | setup_build |
$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 |
$recipe_engine/swarming | {"server": "https://chromium-swarm.appspot.com"} | setup_build |
bot_id | "fuchsia-debian-32-c272138d-us-central1-b-2nt9" | setup_build |
branch | "refs/heads/master" | setup_build |
buildbucket | {"build": {"bucket": "luci.fuchsia.ci", "created_by": "user:luci-scheduler@appspot.gserviceaccount.com", "created_ts": 1549958122167721, "id": "8921744828049046384", "project": "fuchsia", "tags": ["builder:clang-arm64-linux", "buildset:commit/git/6bf861597c87d708336c6ed36678d91b75d1043c", "buildset:commit/gitiles/fuchsia.googlesource.com/third_party/llvm-project/+/6bf861597c87d708336c6ed36678d91b75d1043c", "gitiles_ref:refs/heads/master", "scheduler_invocation_id:9087174890208991024", "scheduler_job_id:fuchsia/clang-arm64-linux", "user_agent:luci-scheduler"]}, "hostname": "cr-buildbucket.appspot.com"} | setup_build |
buildername | "clang-arm64-linux" | setup_build |
gcs_bucket | "fuchsia-build" | setup_build |
packages | ["topaz/packages/buildbot"] | setup_build |
path_config | "generic" | setup_build |
platform | "linux-arm64" | setup_build |
project | "integration" | setup_build |
recipe | "clang_toolchain" | setup_build |
remote | "https://fuchsia.googlesource.com/integration" | setup_build |
repository | "https://fuchsia.googlesource.com/third_party/llvm-project" | setup_build |
revision | "6bf861597c87d708336c6ed36678d91b75d1043c" | setup_build |
got_revision | "6bf861597c87d708336c6ed36678d91b75d1043c" | git rev-parse |
Blamelist:
- Max Kazantsev (max.kazantsevohnoyoudont@azul.com)
- Craig Topper (craig.topperohnoyoudont@intel.com)
- Max Kazantsev (max.kazantsevohnoyoudont@azul.com)
- Philip Reames (listmailohnoyoudont@philipreames.com)
- Max Kazantsev (max.kazantsevohnoyoudont@azul.com)
- Craig Topper (craig.topperohnoyoudont@intel.com)
- Craig Topper (craig.topperohnoyoudont@intel.com)
Timing:
Create | Tuesday, 12-Feb-19 07:55:22 UTC |
Start | Tuesday, 12-Feb-19 08:06:23 UTC |
End | Tuesday, 12-Feb-19 09:17:21 UTC |
Pending | 11 mins 1 secs |
Execution | 1 hrs 10 mins |
All Changes:
-
[LoopSimplifyCFG] Pay respect to LCSSA when removing dead blocks
Changed by Max Kazantsev - max.kazantsevohnoyoudont@azul.com Changed at Tuesday, 12-Feb-19 07:48:07 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision 6bf861597c87d708336c6ed36678d91b75d1043c Comments
[LoopSimplifyCFG] Pay respect to LCSSA when removing dead blocks Utility function that we use for blocks deletion always unconditionally removes one-input Phis. In LoopSimplifyCFG, it can lead to breach of LCSSA form. This patch alters this function to keep them if needed. Differential Revision: https://reviews.llvm.org/D57231 Reviewed By: fedor.sergeev llvm-svn: 353803
Changed files
- llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
- llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll
-
[X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics pointer arguments.
Changed by Craig Topper - craig.topperohnoyoudont@intel.com Changed at Tuesday, 12-Feb-19 07:44:40 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision 4390c721cba09597037578100948bbc83cc41b16 Comments
[X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics pointer arguments. This matches what gcc does and what was suggested by rnk in PR20670. llvm-svn: 353802
Changed files
- clang/lib/Headers/avxintrin.h
- clang/lib/Headers/emmintrin.h
-
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Changed by Max Kazantsev - max.kazantsevohnoyoudont@azul.com Changed at Tuesday, 12-Feb-19 07:09:29 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision 20b9189975e06ed36bdaed16cbd9a377c0b579e7 Comments
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs llvm-svn: 353801
Changed files
- llvm/include/llvm/IR/BasicBlock.h
- llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
- llvm/lib/IR/BasicBlock.cpp
- llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
- llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
- llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
- llvm/lib/Transforms/Utils/LoopSimplify.cpp
- llvm/lib/Transforms/Utils/SimplifyCFG.cpp
-
[Statepoint Lowering] Update misleading comments about chains
Changed by Philip Reames - listmailohnoyoudont@philipreames.com Changed at Tuesday, 12-Feb-19 06:25:58 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision b6dc6eb8bb96dbfe4f50cb52f96b55fa2890c2ad Comments
[Statepoint Lowering] Update misleading comments about chains llvm-svn: 353800
Changed files
- llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
-
[NFC] Add parameter for keeping one-input Phis in DeleteDeadBlock(s)
Changed by Max Kazantsev - max.kazantsevohnoyoudont@azul.com Changed at Tuesday, 12-Feb-19 06:14:27 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision 0686d1ae4170c0656f24d5971750beddd7d781ae Comments
[NFC] Add parameter for keeping one-input Phis in DeleteDeadBlock(s) llvm-svn: 353799
Changed files
- llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
- llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
-
[X86] Collapse FP_TO_INT16_IN_MEM/FP_TO_INT32_IN_MEM/FP_TO_INT64_IN_MEM into a single opcode using memory VT to distinquish. NFC
Changed by Craig Topper - craig.topperohnoyoudont@intel.com Changed at Tuesday, 12-Feb-19 06:14:18 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision 7670ede434769c9f96005d5129505d85a9192d74 Comments
[X86] Collapse FP_TO_INT16_IN_MEM/FP_TO_INT32_IN_MEM/FP_TO_INT64_IN_MEM into a single opcode using memory VT to distinquish. NFC llvm-svn: 353798
Changed files
- llvm/lib/Target/X86/X86ISelLowering.cpp
- llvm/lib/Target/X86/X86ISelLowering.h
- llvm/lib/Target/X86/X86InstrFPStack.td
-
[X86] Remove the value type operand from the floating point load/store MemIntrinsicSDNodes. Use the MemoryVT instead. NFCI
Changed by Craig Topper - craig.topperohnoyoudont@intel.com Changed at Tuesday, 12-Feb-19 06:14:16 UTC Repository https://fuchsia.googlesource.com/third_party/llvm-project Branch Revision d7303ecd0b6ab9f298d66340710219b9827941f4 Comments
[X86] Remove the value type operand from the floating point load/store MemIntrinsicSDNodes. Use the MemoryVT instead. NFCI We already have the memory VT, we can just match from that during isel. llvm-svn: 353797
Changed files
- llvm/lib/Target/X86/X86ISelLowering.cpp
- llvm/lib/Target/X86/X86ISelLowering.h
- llvm/lib/Target/X86/X86InstrFPStack.td