[llvm] Hexagon QFP Optimizer (PR #163843)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 16 13:08:37 PDT 2025


================
@@ -220,6 +220,8 @@ LLVMInitializeHexagonTarget() {
   initializeHexagonPeepholePass(PR);
   initializeHexagonSplitConst32AndConst64Pass(PR);
   initializeHexagonVectorPrintPass(PR);
+
----------------
aankit-ca wrote:

Minor nit: Can you remove the extra line to follow the same format as the previous initialize statements?

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


More information about the llvm-commits mailing list