[all-commits] [llvm/llvm-project] d1f849: [LV] Hoist code to mark conditional assumes as dea...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jan 28 08:51:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1f849a284d9d180c23b9455aa3c68a3b462b1f0
https://github.com/llvm/llvm-project/commit/d1f849a284d9d180c23b9455aa3c68a3b462b1f0
Author: Florian Hahn <florian_hahn at apple.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Hoist code to mark conditional assumes as dead to caller (NFC).
This is a follow-up suggested in D73423. It is sufficient to just add
the conditional assumes to DeadInstructions once.
More information about the All-commits
mailing list