Extend above instcombine added in D134946 to cover more flag-setting
instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136438
[AArch64][SVE] Extend PTEST_ANY(X=OP(PG,...), X) -> PTEST_ANY(PG, X)) instcombine ClosedPublic Authored by c-rhodes on Oct 21 2022, 3:55 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 1 2022, 9:05 AM Closed by commit rG50621169ae1e: [AArch64][SVE] Extend PTEST_ANY(X=OP(PG,...), X) -> PTEST_ANY(PG, X))… (authored by c-rhodes). · Explain WhyNov 4 2022, 1:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473165 llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
llvm/test/Transforms/InstCombine/AArch64/sve-intrinsics-ptest.ll
|
I see an extra ) on the right there, which I guess also made it into the commit title and the tests.