[llvm] [X86] Do not combine LRINT and TRUNC (PR #125848)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 18:58:31 PST 2025
================
@@ -45,6 +45,24 @@ entry:
ret i64 %0
}
+define i32 @PR125324(float %x) {
----------------
phoebewang wrote:
Yes, that's true 🤦♀️
https://github.com/llvm/llvm-project/pull/125848
More information about the llvm-commits
mailing list