================ @@ -195,6 +195,13 @@ enum class TailFoldingStyle { DataWithEVL, }; +enum class RTCheckStyle { + /// Branch to scalar loop if checks fails at runtime. + ScalarFallback, + /// Form a mask based on elements which won't be a WAR or RAW hazard ---------------- MacDue wrote:
ultra nit: One of these comments ends with a full-stop and the other does not. ```suggestion /// Branch to scalar loop if checks fails at runtime. ScalarFallback, /// Form a mask based on elements which won't be a WAR or RAW hazard. ``` 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