<div dir="ltr"><div>These opcodes have been deprecated about a year ago, but still in use in various backend.<br><br></div><div>In <a href="https://reviews.llvm.org/D47422">https://reviews.llvm.org/D47422</a> I would like to change the behavior of the backend to not enable the use of these opcodes by default. The opcode remains usable by any backend that wish to use them, but that should limit the situation where newer backend just use them as they are enabled by default.<br><br></div><div>This shouldn't break any out of tree backend, however, it may cause misoptimisation if the backend dev do not activate these opcodes via setOperationAction and rely on them for some of their optimizations.<br><br></div><div>I would like to gather some feedback about moving forward with that as it can impact a wide range of users.<br><br></div><div>So, feedback ?<br><br></div><div>Thanks in advance for your answers,<br><br></div><div>Amaury Séchet<br></div></div>