Commit ba3e6f0
authored
[RISCV][VLOPT] Remove dead passthru check in getOperandLog2EEW. NFC (llvm#123911)
We already bail if the user is tied in checkUsers, which is true for all
passthrus. Remove the check in getOperandLog2EEW so that it only worries
about computing the OperandInfo, and leaves the passthru correctness to
checkUsers.1 parent 9cefa3e commit ba3e6f0
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | 211 | | |
219 | 212 | | |
220 | 213 | | |
| |||
0 commit comments