[all-commits] [llvm/llvm-project] 4bf898: Replace calls to IntrinsicInst::Create with CallIn...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Apr 6 13:25:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bf8985f4fb1411831505a4b38265eb517783dc7
https://github.com/llvm/llvm-project/commit/4bf8985f4fb1411831505a4b38265eb517783dc7
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-04-06 (Tue, 06 Apr 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
Log Message:
-----------
Replace calls to IntrinsicInst::Create with CallInst::Create [nfc]
There is no IntrinsicInst::Create. These are binding to the method in the super type. Be explicitly about which method is being called.
More information about the All-commits
mailing list