[all-commits] [llvm/llvm-project] 84b978: [LoopUnrollRuntime] Remove unnecessary pointer BEC...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 1 01:33:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84b978da3b80b986327a830c01e32f12cefe86b3
https://github.com/llvm/llvm-project/commit/84b978da3b80b986327a830c01e32f12cefe86b3
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
Log Message:
-----------
[LoopUnrollRuntime] Remove unnecessary pointer BECount check (NFC)
BECounts are guaranteed to be integers nowadays.
More information about the All-commits
mailing list