[all-commits] [llvm/llvm-project] e56384: [IRTranslator] Remove unnecessary isIntrinsic() ch...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jun 23 03:43:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e56384ff540e68f9d0500fa27a95354c0730e37b
https://github.com/llvm/llvm-project/commit/e56384ff540e68f9d0500fa27a95354c0730e37b
Author: Nikita Popov <npopov at redhat.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
Log Message:
-----------
[IRTranslator] Remove unnecessary isIntrinsic() check (NFC)
Directly call getIntrinsicID(), there is no need to check for
isIntrinsic() first.
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