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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 01:07:19 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 {
----------------
nikic wrote:

Why is this being added?

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


More information about the llvm-commits mailing list