[llvm-branch-commits] [X86][NewPM] Port X86FixupLEAs to NPM (PR #173744)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Dec 27 15:14:38 PST 2025


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 128955 tests passed
* 2842 tests skipped
* 2 tests failed

## Failed Tests
(click on a test name to see its output)

### LLVM
<details>
<summary>LLVM.DebugInfo/MIR/InstrRef/x86-lea-fixup-2.mir</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -run-pass x86-fixup-LEAs -mtriple=i386 -verify-machineinstrs -mcpu=corei7-avx -o - C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup-2.mir | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup-2.mir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -run-pass x86-fixup-LEAs -mtriple=i386 -verify-machineinstrs -mcpu=corei7-avx -o - 'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup-2.mir'
# .---command stderr------------
# | c:\_work\llvm-project\llvm-project\build\bin\llc.exe: error: run-pass x86-fixup-LEAs is not registered.
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup-2.mir'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup-2.mir
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>
<details>
<summary>LLVM.DebugInfo/MIR/InstrRef/x86-lea-fixup.mir</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\llc.exe -run-pass x86-fixup-LEAs -mtriple=x86_64-gnu-unknown -verify-machineinstrs -mcpu=corei7-avx -o - C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup.mir | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup.mir --check-prefixes=COREI7,CHECK
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\llc.exe' -run-pass x86-fixup-LEAs -mtriple=x86_64-gnu-unknown -verify-machineinstrs -mcpu=corei7-avx -o - 'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup.mir'
# .---command stderr------------
# | c:\_work\llvm-project\llvm-project\build\bin\llc.exe: error: run-pass x86-fixup-LEAs is not registered.
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup.mir' --check-prefixes=COREI7,CHECK
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\llvm\test\DebugInfo\MIR\InstrRef\x86-lea-fixup.mir --check-prefixes=COREI7,CHECK
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/173744


More information about the llvm-branch-commits mailing list