llvm-project
dcd62f36 - [SelectionDAG] Rename MemSDNode::getOriginalAlign to getBaseAlign. NFC (#139930)

Commit
94 days ago
[SelectionDAG] Rename MemSDNode::getOriginalAlign to getBaseAlign. NFC (#139930) This matches the underlying function in MachineMemOperand and how it is printed when BaseAlign differs from Align.
Author
Parents
  • llvm
    • include/llvm/CodeGen
      • File
        SelectionDAGNodes.h
    • lib
      • CodeGen/SelectionDAG
        • File
          DAGCombiner.cpp
        • File
          LegalizeDAG.cpp
        • File
          LegalizeFloatTypes.cpp
        • File
          LegalizeIntegerTypes.cpp
        • File
          LegalizeTypesGeneric.cpp
        • File
          LegalizeVectorTypes.cpp
        • File
          TargetLowering.cpp
      • Target
        • AArch64
          • File
            AArch64ISelLowering.cpp
        • ARM
          • File
            ARMISelLowering.cpp
        • RISCV
          • File
            RISCVISelLowering.cpp
        • Sparc
          • File
            SparcISelLowering.cpp
        • SystemZ
          • File
            SystemZISelLowering.cpp
        • X86
          • File
            X86ISelLowering.cpp