[llvm] [X86] Surpport APX promoted RAO-INT and MOVBE instructions (PR #77431)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 18:23:30 PST 2024
================
@@ -229,7 +229,7 @@ def PUSHA16 : I<0x60, RawFrm, (outs), (ins), "pushaw", []>,
OpSize16, Requires<[Not64BitMode]>;
}
-let Constraints = "$src = $dst", SchedRW = [WriteBSWAP32] in {
----------------
KanRobert wrote:
We should use NoNDD here from semantic.
https://github.com/llvm/llvm-project/pull/77431
More information about the llvm-commits
mailing list