[all-commits] [llvm/llvm-project] 8c222c: [X86] Do not combine LRINT and TRUNC (#125848)
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Wed Feb 5 18:58:59 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c222c122f1a8edb1be96e482511ad547f7db7b3
https://github.com/llvm/llvm-project/commit/8c222c122f1a8edb1be96e482511ad547f7db7b3
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
Log Message:
-----------
[X86] Do not combine LRINT and TRUNC (#125848)
Per to discussions in #125324, most participants are opposed to this
optimization. So remove the combination to address the concerns.
Fixes #125324
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list