This change is needed to avoid spurious diffs in these tests when
EarlyCSE is improved to use MemorySSA and can do more load elimination.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll | ||
---|---|---|
3 | Can we just use FileCheck here and match for 12 lines with lxvd2x and a -NOT for a 13th line? |
Comment Actions
LGTM.
test/CodeGen/PowerPC/builtins-ppc-p8vector.ll | ||
---|---|---|
16 | You could likely further simplify these tests by passing in and returning vectors, but I don't think that's necessary. |
You could likely further simplify these tests by passing in and returning vectors, but I don't think that's necessary.