[llvm] [polly] [TableGen] Refactor Intrinsic handling in TableGen (PR #103980)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 15 11:17:02 PDT 2024
================
@@ -139,12 +139,12 @@ struct CodeGenIntrinsic {
bool hasProperty(enum SDNP Prop) const { return Properties & (1 << Prop); }
- /// Goes through all IntrProperties that have IsDefault
- /// value set and sets the property.
- void setDefaultProperties(Record *R, ArrayRef<Record *> DefaultProperties);
+ /// Goes through all IntrProperties that have IsDefault value set and sets
+ /// the property.
+ void setDefaultProperties(ArrayRef<const Record *> DefaultProperties);
/// Helper function to set property \p Name to true;
----------------
jurahul wrote:
Done.
https://github.com/llvm/llvm-project/pull/103980
More information about the llvm-commits
mailing list