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

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 14:02:31 PDT 2021


hvdijk marked an inline comment as done.
hvdijk added inline comments.


================
Comment at: llvm/test/CodeGen/X86/call-structfp.ll:4
+declare { i64, void ()* } @a()
+define void @b() {
+; CHECK-LABEL: b:
----------------
RKSimon wrote:
> (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.
Sure, done.


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