[all-commits] [llvm/llvm-project] d1ef44: [AArch64] Fold one-use variables into assert
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Fri Apr 17 10:44:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1ef44982f36b8783119fa18d6ef9edbd9617027
https://github.com/llvm/llvm-project/commit/d1ef44982f36b8783119fa18d6ef9edbd9617027
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[AArch64] Fold one-use variables into assert
Avoids unused variable warnings in Release builds.
More information about the All-commits
mailing list