[llvm] [TableGen] Add a backend generating SDNode descriptions (PR #123002)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 21:25:41 PST 2025
================
@@ -353,6 +353,8 @@ class SDNode<string opcode, SDTypeProfile typeprof,
string SDClass = sdclass;
let Properties = props;
SDTypeProfile TypeProfile = typeprof;
+ bit IsStrictFP = false;
+ bits<64> TSFlags = 0;
----------------
s-barannikov wrote:
Thanks for spotting this. I think 32 bits should be more than enough, at least for now.
https://github.com/llvm/llvm-project/pull/123002
More information about the llvm-commits
mailing list