[all-commits] [llvm/llvm-project] 537829: [VPlan] Add isStore helper to VPWidenMemoryInstruc...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Nov 9 06:03:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 537829f2a7e6b60ea0bd434753f57a091e7f8ec8
https://github.com/llvm/llvm-project/commit/537829f2a7e6b60ea0bd434753f57a091e7f8ec8
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add isStore helper to VPWidenMemoryInstructionRecipe (NFC).
Move logic to check if the recipe is a store to a helper for easier
reuse.
Commit: f0d76275cb15052d48f650c2f44221f46cd754a7
https://github.com/llvm/llvm-project/commit/f0d76275cb15052d48f650c2f44221f46cd754a7
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
Log Message:
-----------
[VPlan] Print result value for loads in VPWidenMemoryInst (NFC).
For loads, print the result value.
Compare: https://github.com/llvm/llvm-project/compare/c3a6e7c9b747...f0d76275cb15
More information about the All-commits
mailing list