[PATCH] D81260: [AMDGPU][NFC] Skip processing intrinsics that do not become real instructions
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 6 01:34:11 PDT 2020
rampitec added a comment.
In D81260#2078042 <https://reviews.llvm.org/D81260#2078042>, @dfukalov wrote:
> There are the tests in llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll
How does that work? This is a simple thing: this code shall never been executed given the reverted condition. Your change is absolutely right, but what did it start to execute which so obviously was not executed and tested before?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81260/new/
https://reviews.llvm.org/D81260
More information about the llvm-commits
mailing list