[clang] [llvm] Remove support for 3DNow!, both intrinsics and builtins. (PR #96246)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 14 09:59:43 PDT 2024
================
@@ -1301,7 +1301,7 @@ defm : Zn3WriteResXMMPair<WriteAESKeyGen, [Zn3FPAES01], 4, [1], 1>; // Key Gener
// Carry-less multiplication instructions.
defm : Zn3WriteResXMMPair<WriteCLMul, [Zn3FPCLM01], 4, [4], 4>;
-// EMMS/FEMMS
----------------
RKSimon wrote:
keep these - FEMMS still uses this sched class
https://github.com/llvm/llvm-project/pull/96246
More information about the llvm-commits
mailing list