mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
Remove Atom references in description.
Any CPU can run this pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d6b31659a7
commit
8758b729f5
@ -7,9 +7,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines the pass which will find instructions which
|
// This file defines the pass that finds instructions that can be
|
||||||
// can be re-written as LEA instructions in order to reduce pipeline
|
// re-written as LEA instructions in order to reduce pipeline delays.
|
||||||
// delays for some models of the Intel Atom family.
|
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
@ -40,7 +39,7 @@ class FixupLEAPass : public MachineFunctionPass {
|
|||||||
/// where appropriate.
|
/// where appropriate.
|
||||||
bool processBasicBlock(MachineFunction &MF, MachineFunction::iterator MFI);
|
bool processBasicBlock(MachineFunction &MF, MachineFunction::iterator MFI);
|
||||||
|
|
||||||
const char *getPassName() const override { return "X86 Atom LEA Fixup"; }
|
const char *getPassName() const override { return "X86 LEA Fixup"; }
|
||||||
|
|
||||||
/// \brief Given a machine register, look for the instruction
|
/// \brief Given a machine register, look for the instruction
|
||||||
/// which writes it in the current basic block. If found,
|
/// which writes it in the current basic block. If found,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user