[clang] [llvm] Remove support for 3DNow!, both intrinsics and builtins. (PR #96246)

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 08:42:37 PDT 2024


================
@@ -481,7 +481,7 @@ defm WriteAESKeyGen : X86SchedWritePair<ReadAfterVecXLd>; // Key Generation.
 // Carry-less multiplication instructions.
 defm WriteCLMul : X86SchedWritePair<ReadAfterVecXLd>;
 
-// EMMS/FEMMS
----------------
jyknight wrote:

Thanks, done. That was a leftover from a previous iteration where I had removed the sched classes (before thinking better of that).

https://github.com/llvm/llvm-project/pull/96246


More information about the cfe-commits mailing list