[all-commits] [llvm/llvm-project] 99c12a: [Assignment Tracking] Fix tests for buildbot failu...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri Jan 20 07:59:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99c12afeb4a1afa608d487351eebe79ebf058b8d
https://github.com/llvm/llvm-project/commit/99c12afeb4a1afa608d487351eebe79ebf058b8d
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/O0-pipeline.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
M llvm/test/CodeGen/ARM/O3-pipeline.ll
M llvm/test/CodeGen/LoongArch/O0-pipeline.ll
M llvm/test/CodeGen/LoongArch/opt-pipeline.ll
M llvm/test/CodeGen/PowerPC/O0-pipeline.ll
M llvm/test/CodeGen/PowerPC/O3-pipeline.ll
M llvm/test/CodeGen/RISCV/O0-pipeline.ll
M llvm/test/CodeGen/RISCV/O3-pipeline.ll
Log Message:
-----------
[Assignment Tracking] Fix tests for buildbot failure (2)
Follow-up for 4ece50737d5385fb80cfa23f5297d1111f8eed39 (D142027).
Assignment Tracking Analysis now always runs and is skipped internally if
assignment tracking is disabled. Update these tests to expect to see the
pass run.
Buildbot failure: https://lab.llvm.org/buildbot/#/builders/57/builds/24094
More information about the All-commits
mailing list