IR: Change VFRSqrt to use IR::OpSize

This commit is contained in:
Ryan Houdek 2024-10-27 22:43:12 -07:00
parent 0a34a43976
commit 3a2c7e8edd
No known key found for this signature in database

View File

@ -1963,7 +1963,7 @@
"NumElements": "RegisterSize / ElementSize"
},
"FPR = VFRSqrt u8:#RegisterSize, u8:#ElementSize, FPR:$Vector": {
"FPR = VFRSqrt OpSize:#RegisterSize, OpSize:#ElementSize, FPR:$Vector": {
"DestSize": "RegisterSize",
"NumElements": "RegisterSize / ElementSize"
},