[llvm] [llubi] Add support for byte types (PR #200672)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sun May 31 18:15:15 PDT 2026


================
@@ -43,6 +43,7 @@ struct Byte {
   void zeroBits(uint8_t Mask) {
     ConcreteMask |= Mask;
     Value &= ~Mask;
+    TagMask &= ~Mask;
----------------
dtcxzyw wrote:

@regehr You are right :) https://github.com/llvm/llvm-project/pull/185977#issuecomment-4491967784

https://github.com/llvm/llvm-project/pull/200672


More information about the llvm-commits mailing list