<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt">Hi,<div><br></div><div>I'd like to disallow ARM's register-register preload instruction for NaCl (and keep the register-immediate), and instead of my localmod being to delete the 'rs' def from multiclass APreLoad I'd like to do the cleaner thing and have rs require IsNotNaCl. This unfortunately doesn't seem to work because the subsequent defm have their own Requires.<div>
<br></div><div>The way preloads are set up right now makes sense and I don't think they should be changed. Do I have the wrong approach in trying to add Requires<[IsNotNaCl]> to multiclass APreLoad's def rs, and expecting this to be union'ed with defm PLD/PLDW/PLI's own Requires?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>JF</div></div></div>