[PATCH] D13427: RFC: faster isa<IntrinsicInst> (bugged tests?)
escha via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 17:39:25 PDT 2015
escha added a comment.
This isn't merely a micro-optimization as I've discovered; it's actually (from some perspective) a bugfix. We use *both methods* of checking whether something is an intrinsic at various points in LLVM, inconsistently; if you believe checking the prefix is the correct method, we should change the places that rely on the ID to use that instead.
Repository:
rL LLVM
http://reviews.llvm.org/D13427
More information about the llvm-commits
mailing list