[all-commits] [llvm/llvm-project] 88f722: [DSE, MSSA] Enable XFAIL'd merge-stores.ll test (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jun 19 04:16:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 88f722c269a571f1e5ef7bcd16f15c4973eb6c73
https://github.com/llvm/llvm-project/commit/88f722c269a571f1e5ef7bcd16f15c4973eb6c73
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M llvm/test/Transforms/DeadStoreElimination/MSSA/merge-stores.ll
Log Message:
-----------
[DSE,MSSA] Enable XFAIL'd merge-stores.ll test (NFC).
All cases in the test are supported now, it only still failed because an
over-eager regex match not accounting for `, align ` being added to each
load/store now.
More information about the All-commits
mailing list