[all-commits] [llvm/llvm-project] 41eb82: [VP] Add method for looking up functional intrinsi...

Luke Lau via All-commits all-commits at lists.llvm.org
Wed Sep 13 05:34:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41eb82f8d12afb7bc4e43534a1a4db0e7980d630
      https://github.com/llvm/llvm-project/commit/41eb82f8d12afb7bc4e43534a1a4db0e7980d630
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-09-13 (Wed, 13 Sep 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicInst.h
    M llvm/lib/IR/IntrinsicInst.cpp

  Log Message:
  -----------
  [VP] Add method for looking up functional intrinsic ID for VP. NFC (#66190)

This adds a helper method to get the ID of the functionally equivalent
intrinsic, similar to the existing getFunctionalOpcodeForVP and
getConstrainedIntrinsicIDForVP methods.

Not sure if it's notable or not, but I can't find any existing uses of
VP_PROPERTY_FUNCTIONAL_INTRINSIC?

It could potentially be used in #65706 to scalarize VP intrinsics.




More information about the All-commits mailing list