[all-commits] [llvm/llvm-project] c1d48b: [SelectionDAG][VP] Rename VP sext/zext/trunc ISD o...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Wed May 11 02:38:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c1d48b35d88a7eb497c9f9851bfab868228c52dd
      https://github.com/llvm/llvm-project/commit/c1d48b35d88a7eb497c9f9851bfab868228c52dd
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2022-05-11 (Wed, 11 May 2022)

  Changed paths:
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [SelectionDAG][VP] Rename VP sext/zext/trunc ISD opcodes

Rather than VP_SEXT/VP_ZEXT/VP_TRUNC, having
VP_SIGN_EXTEND/VP_ZERO_EXTEND/VP_TRUNCATE better matches their non-VP
counterparts.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D125298




More information about the All-commits mailing list