Instead move them to the instcombine that happens in AArch64TargetTransformInfo.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Naming nit, but otherwise LGTM.
llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp | ||
---|---|---|
833 | The majority of the other cases here have SVE in the name. Should we follow suit here? (No strong opinion either way, just pointing it out) Also Ptest vs PTest -- the former doesn't appear in the codebase until this patch as far as I can see. |
The majority of the other cases here have SVE in the name. Should we follow suit here? (No strong opinion either way, just pointing it out)
Also Ptest vs PTest -- the former doesn't appear in the codebase until this patch as far as I can see.