[PATCH] D57958: [x86] fix formatting; NFC

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 8 09:27:46 PST 2019


spatel created this revision.
Herald added subscribers: llvm-commits, hiraditya, mcrosier.
Herald added a project: LLVM.

(test commit #2 migrating to git)

Merge branch 'master' of https://github.com/llvm/llvm-project


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D57958

Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp


Index: llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
===================================================================
--- llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
+++ llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
@@ -9,7 +9,7 @@
 // This file implements the aggressive expression pattern combiner classes.
 // Currently, it handles expression patterns for:
 //  * Truncate instruction
-//
+//  * Non-constant-time pattern matches
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57958.185993.patch
Type: text/x-patch
Size: 662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190208/32b17869/attachment.bin>


More information about the llvm-commits mailing list