Closed erwei-xilinx closed 1 week ago
Simplify the code logic. Updating a value's users, while iterating through the op's getUsers() method, isn't safe. Use replaceAllUsesWith method instead.
getUsers()
replaceAllUsesWith
Simplify the code logic. Updating a value's users, while iterating through the op's
getUsers()
method, isn't safe. UsereplaceAllUsesWith
method instead.