[PATCH] D88194: [X86] CET endbr enhance
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 23:50:21 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp:1335
+static bool IsEndbrImm64(uint64_t Imm) {
+// There may be some other prefix bytes between 0xF3 and 0x0F1EFA.
----------------
Newer function should stick with the coding standard and use `lowerCase` function names.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88194/new/
https://reviews.llvm.org/D88194
More information about the llvm-commits
mailing list