[PATCH] D112860: [X86] Fix X32 indirect call generation

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 03:12:54 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/call-structfp.ll:4
+declare { i64, void ()* } @a()
+define void @b() {
+; CHECK-LABEL: b:
----------------
(style) Please can you include a reference to PR52357 somewhere for any future triage/forensics - renaming the method @PR52357 or add a comment, it helps reduce git blame trawling.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112860



More information about the llvm-commits mailing list