[all-commits] [llvm/llvm-project] da6e9e: [InstCombine][NFC] Fold variable into assert
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Feb 1 03:05:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da6e9ef4cea9654d11ac07c0e3b93ac500d2291f
https://github.com/llvm/llvm-project/commit/da6e9ef4cea9654d11ac07c0e3b93ac500d2291f
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
Log Message:
-----------
[InstCombine][NFC] Fold variable into assert
Avoids unused variable warnings when asserts are disabled.
More information about the All-commits
mailing list