[IR] Report whether replaceUsesOfWith() changed something (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 18 May 2022 09:45:10 +0000 (11:45 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 18 May 2022 09:46:28 +0000 (11:46 +0200)
commite1d47d86d84588d7e49dbb5172403d17c44467f7
tree58485891a44f4ce50450e3365eb4b12819f64237
parent242961f23b4abaca999611fd364e93a8d2186371
[IR] Report whether replaceUsesOfWith() changed something (NFC)

With change reporting in transformation passes in mind.
llvm/include/llvm/IR/User.h
llvm/lib/IR/User.cpp
llvm/unittests/IR/UserTest.cpp