[PATCH] D63022: [GlobalISel] IRTranslator: Translate the intrinsics ignored by CodeGen
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 12:50:31 PDT 2019
arsenm added inline comments.
================
Comment at: lib/CodeGen/GlobalISel/IRTranslator.cpp:1109-1110
}
case Intrinsic::invariant_end:
return true;
+ case Intrinsic::assume:
----------------
Might as well just merge these cases
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63022/new/
https://reviews.llvm.org/D63022
More information about the llvm-commits
mailing list