[all-commits] [llvm/llvm-project] 01c26d: [LV] Rename Region to TargetRegion, similar to Sin...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 7 13:27:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01c26d4e048cf9812e7675cb704c2a4461b68e4c
https://github.com/llvm/llvm-project/commit/01c26d4e048cf9812e7675cb704c2a4461b68e4c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Rename Region to TargetRegion, similar to SinkRegion (NFC).
Adjust the name to make it clearer this is the region containing the
target recipe, similar to SinkRegion below.
Suggested post-commit for ccebf7a1096a.
Commit: 337d7652823f59f4613552cebdf81292bf8f393d
https://github.com/llvm/llvm-project/commit/337d7652823f59f4613552cebdf81292bf8f393d
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Assert if trying to sink replicate region into another region (NFC)
Currently sinking a replicate region into another replicate region is
not supported. Add an assert, to make the problem more obvious, should
it occur.
Discussed post-commit for ccebf7a1096a.
Compare: https://github.com/llvm/llvm-project/compare/01c78a0b0764...337d7652823f
More information about the All-commits
mailing list