ConstantFoldScalarCall3 - use const APInt& returned by getValue()
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jul 2020 10:16:47 +0000 (11:16 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jul 2020 10:16:47 +0000 (11:16 +0100)
commit03fe47a29c95dbda5ecd548e35627bb16f7dfc6d
treee5fcd0f23d019e615e4971795d55dd5f085eb22e
parent397c68202a990c80a71de2816cee413cd5b5865e
ConstantFoldScalarCall3 - use const APInt& returned by getValue()

Avoids unnecessary APInt copies and silences clang tidy warning.
llvm/lib/Analysis/ConstantFolding.cpp