[all-commits] [llvm/llvm-project] 2fe0fe: [LLVM][AsmWriter] Print a comment for unknown intr...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Wed Jul 2 10:02:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fe0feb84875189478d8dd998cc992fa76562709
https://github.com/llvm/llvm-project/commit/2fe0feb84875189478d8dd998cc992fa76562709
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
M llvm/test/Feature/intrinsics.ll
Log Message:
-----------
[LLVM][AsmWriter] Print a comment for unknown intrinsics (#146726)
Unknown intrinsics are functions that begin with `llvm.` but are not an
intrinsic that is recognized by LLVM. Add a comment before such
functions in LLVM IR assembly to indicate that they are unknown
intrinsics.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list