[all-commits] [llvm/llvm-project] 66bfd1: [X86] Move isInRange(ArrayRef<int>) inside assert ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jul 12 13:51:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66bfd1ba8c3e4ca08ce91652b99ba248e6ec05ae
https://github.com/llvm/llvm-project/commit/66bfd1ba8c3e4ca08ce91652b99ba248e6ec05ae
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Move isInRange(ArrayRef<int>) inside assert to fix NDEBUG builds. NFC.
Fix unused static function warning introduced by D129207
More information about the All-commits
mailing list