[llvm] [PowerPC] fix bug affecting float to int32 conversion on LE PowerPC (PR #150194)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 19 05:29:47 PDT 2025


================
@@ -0,0 +1,18 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -verify-machineinstrs < %s -mcpu=440 -mtriple=ppc32le-unknown-unknown | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LE
----------------
nikic wrote:

Drop the `-verify-machineinstrs` flags.

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


More information about the llvm-commits mailing list