[llvm] [NFC][LLVM] Remove unused `TargetIntrinsicInfo` class (PR #126003)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 10:52:10 PST 2025


================
@@ -61,6 +61,8 @@ Changes to the LLVM IR
 Changes to LLVM infrastructure
 ------------------------------
 
+* The `TargetIntrinsicInfo` support has been removed.
----------------
jurahul wrote:

The commit that added this has the description: "add support for target intrinsics being defined in the
target directories themselves". I can word this as: 

Removed support for target intrinsics being defined in the target directories themselves (i.e., the `TargetIntrinsicInfo` class).

https://github.com/llvm/llvm-project/pull/126003


More information about the llvm-commits mailing list