craig.topper added inline comments.
================ Comment at: clang/include/clang/Driver/Options.td:1649 + Group<f_Group>, Flags<[CoreOption, HelpHidden]>, + HelpText<"Do not emit unaligned move instructions unless users explicitly uses.">; def fassociative_math : Flag<["-"], "fassociative-math">, Group<f_Group>; ---------------- craig.topper wrote: > This makes it sound like unaligned moves would never be used even if it > unaligned. From the user's perspective you're not transforming instructions. The instructions don't exist before the compiler runs. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99565/new/ https://reviews.llvm.org/D99565 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits