[all-commits] [llvm/llvm-project] 3fcdf9: [RISCV] Rename FPCCToExtend->FPOpToExpand and FPOp...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Dec 3 16:14:16 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fcdf9ca78cbba69ab20d43009826403c2d4c110
      https://github.com/llvm/llvm-project/commit/3fcdf9ca78cbba69ab20d43009826403c2d4c110
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Rename FPCCToExtend->FPOpToExpand and FPOpToExtend->FPOpToExpand. NFC

These are used to call setOperationAction/setCondCodeAction with
the Expand action so it seems that Expand is a better name than
Extend.




More information about the All-commits mailing list