[all-commits] [llvm/llvm-project] 0a7f4e: Revert "[SROA] Check typeSizeEqualsStoreSize in is...
dyung via All-commits
all-commits at lists.llvm.org
Fri Sep 23 12:24:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a7f4e03a9a19d3b48190b982b707036d95d99f5
https://github.com/llvm/llvm-project/commit/0a7f4e03a9a19d3b48190b982b707036d95d99f5
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/test/Transforms/SROA/vector-promotion.ll
Log Message:
-----------
Revert "[SROA] Check typeSizeEqualsStoreSize in isVectorPromotionViable"
This reverts commit 3f08d248c44c744deda38423409b86720822739e.
The commit this change is fixing is being reverted due to GHI #57796 and #37821, so revert this commit as well.
Commit: 91e0423595a498281adb28a85e095093f3b47ef4
https://github.com/llvm/llvm-project/commit/91e0423595a498281adb28a85e095093f3b47ef4
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/test/Transforms/SROA/vector-promotion.ll
Log Message:
-----------
Revert "[SROA] Create additional vector type candidates based on store and load slices"
This reverts commit de3445e0ef15c420955ad720fccf08473f460443.
This is causing GHI #57796 and #57821.
Compare: https://github.com/llvm/llvm-project/compare/0ba2a3c44f02...91e0423595a4
More information about the All-commits
mailing list