[llvm] [ARM][KFCI] Fix unused variable for #163698 (PR #164857)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 11:29:39 PDT 2025
rnk wrote:
I like this as-written. I don't think inlining the call into the assert harms the readability, and it's arguably more efficient, i.e. we don't do the encoding function call at all. It's not clear to me if the optimizer can remove that.
https://github.com/llvm/llvm-project/pull/164857
More information about the llvm-commits
mailing list