mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Pull in the code gen portion of upstream LLVM's 2d8c18fbbdd1. MFH: 2021Q4 Sponsored by: DARPA
11 lines
469 B
TableGen
11 lines
469 B
TableGen
--- lib/Target/X86/X86InstrSystem.td.orig
|
|
+++ lib/Target/X86/X86InstrSystem.td
|
|
@@ -573,7 +573,7 @@
|
|
//===----------------------------------------------------------------------===//
|
|
// VIA PadLock crypto instructions
|
|
let Defs = [RAX, RDI], Uses = [RDX, RDI], SchedRW = [WriteSystem] in
|
|
- def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB, REP;
|
|
+ def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB;
|
|
|
|
def : InstAlias<"xstorerng", (XSTORE)>;
|
|
|