make operator== work with non-equal sized bitvectors, as long as
the extra bits are all zeros. This allows "010" and "010000" to be treated as equal. llvm-svn: 42889
Loading
Please register or sign in to comment
the extra bits are all zeros. This allows "010" and "010000" to be treated as equal. llvm-svn: 42889