[all-commits] [llvm/llvm-project] 3d9b53: [SVEIntrinsicOpts] NFC: Remove unused isReinterpre...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Tue Apr 21 01:51:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d9b53706fdfc15e53e0cd6823f45922e2c696db
https://github.com/llvm/llvm-project/commit/3d9b53706fdfc15e53e0cd6823f45922e2c696db
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
Log Message:
-----------
[SVEIntrinsicOpts] NFC: Remove unused isReinterpretFromBool for no-assert builds
isReinterpretFromBool's only use is in an assert, which causes a warning that the
function is defined but not used in no-assert builds.
More information about the All-commits
mailing list