================ @@ -201,6 +201,13 @@ enum class TailFoldingStyle { DataWithEVL, }; +enum class RTCheckStyle { + /// Create runtime checks based on the difference between two pointers + ScalarDifference, + /// Form a mask based on elements which won't be a WAR or RAW hazard. + UseSafeEltsMask, ---------------- sdesmalen-arm wrote:
Can you name it `NoUnsafeAliasMask` rather than `SafeEltsMask` here and in other places? https://github.com/llvm/llvm-project/pull/100579 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits