[PATCH] D138991: [AAPointerInfo] handle multiple offsets in PHI
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 02:33:47 PST 2022
foad added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:1538
- // Check if the PHI operand is not dependent on the PHI itself.
+ // Check if the PHI operand is can be traced back to AssociatedValue.
APInt Offset(
----------------
Typo "is can"
================
Comment at: llvm/test/CodeGen/AMDGPU/implicitarg-attributes.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: llc < %s | FileCheck %s
----------------
Have they?!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138991/new/
https://reviews.llvm.org/D138991
More information about the llvm-commits
mailing list