[all-commits] [llvm/llvm-project] 56ef00: [X86][GlobalISel] Fix RegBank issue for G_FABS (#1...
Mahesh-Attarde via All-commits
all-commits at lists.llvm.org
Mon Jun 30 13:52:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56ef00a59d7ebc7eb38965a879275524dd42c0b2
https://github.com/llvm/llvm-project/commit/56ef00a59d7ebc7eb38965a879275524dd42c0b2
Author: Mahesh-Attarde <mahesh.attarde at intel.com>
Date: 2025-06-30 (Mon, 30 Jun 2025)
Changed paths:
M llvm/lib/Target/X86/GISel/X86InstructionSelector.cpp
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/GISel/X86RegisterBankInfo.cpp
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
Log Message:
-----------
[X86][GlobalISel] Fix RegBank issue for G_FABS (#145674)
Fixes hidden issue in https://github.com/llvm/llvm-project/pull/136718.
It removes custom selection code since problem was in RegBank
assignment
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