[PATCH] D149915: [CodeGen][KCFI] Move cfi-type lowering to TargetLowering

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 12:55:59 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/lib/CodeGen/KCFI.cpp:9
 //
-// This file implements KCFI indirect call checking.
+// This pass implements KCFI indirect call check lowering.
 //
----------------
It is KFCI everywhere. At least in one place it should be explained what these four magical letters mean.
File comment would be a good place.
(I honestly have no idea about it, "kernel call frame information" is the first thing that comes to my mind.)



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149915/new/

https://reviews.llvm.org/D149915



More information about the llvm-commits mailing list