Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Add/change one of these tests to a vector type, so we have some coverage for that possibility.
And as noted in the other review, this set of tests (and transform) can go into the InstSimplify directory because we are not creating any new instructions.
Comment Actions
Done.
And as noted in the other review, this set of tests (and transform) can go into the InstSimplify directory because we are not creating any new instructions.
Any idea which file. Grepping around I didn't see any obvious places this belongs.
Comment Actions
llvm/test/Transforms/InstSimplify/call.ll checks a grab-bag of assorted intrinsics, but there's enough here to warrant a new file.
LGTM