[PATCH] D108314: Revert "[NFC] factor out unrolling decision logic"

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 11:38:31 PDT 2021


GMNGeoffrey created this revision.
Herald added subscribers: zzheng, hiraditya.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch added a requirement for C++17, while LLVM is supposed to
build with C++14
(https://llvm.org/docs/CodingStandards.html#c-standard-versions). Posted
a note to the original review thread (https://reviews.llvm.org/D106001).

This reverts commit 4d559837e887c278d7c27274f4f6b1b78b97c00d <https://reviews.llvm.org/rG4d559837e887c278d7c27274f4f6b1b78b97c00d>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108314

Files:
  llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108314.367283.patch
Type: text/x-patch
Size: 15250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210818/049297b9/attachment.bin>


More information about the llvm-commits mailing list