[llvm] [CodeGen] Represent ISD::ArgFlagsTy flags as a bitmask (NFC) (PR #217548)

Cullen Rhodes via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 01:19:47 PDT 2026


================
@@ -195,6 +211,15 @@ namespace ISD {
 
     unsigned getPointerAddrSpace() const { return PointerAddrSpace; }
     void setPointerAddrSpace(unsigned AS) { PointerAddrSpace = AS; }
+
+    bool operator==(const ArgFlagsTy &Other) const {
----------------
c-rhodes wrote:

leftover from an earlier version with unit tests, removed now cheers

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


More information about the llvm-commits mailing list