[all-commits] [llvm/llvm-project] 99dfe9: Attributor: Fix typos
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 14 17:03:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99dfe90695a811f74fb7503703ffd52bd214dd2e
https://github.com/llvm/llvm-project/commit/99dfe90695a811f74fb7503703ffd52bd214dd2e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
Attributor: Fix typos
Commit: f12174204c639f9780f17cf7b8e910be703b6b8c
https://github.com/llvm/llvm-project/commit/f12174204c639f9780f17cf7b8e910be703b6b8c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
Log Message:
-----------
AMDGPU: Rename attributor class for uniform-work-group-size
This isn't really an AMDGPU specific attribute and could be moved to
generic code. It's also important to include the word uniform in the
name.
Commit: fdd9761dd1a971c9f4d6776b511ea54d7765bfeb
https://github.com/llvm/llvm-project/commit/fdd9761dd1a971c9f4d6776b511ea54d7765bfeb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/test/Transforms/Attributor/callgraph.ll
Log Message:
-----------
Attributor: Fix crash on undef in !callees
Commit: 88146230e1b21aa042da481e5fd702fab82408fc
https://github.com/llvm/llvm-project/commit/88146230e1b21aa042da481e5fd702fab82408fc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-09-14 (Tue, 14 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
A llvm/test/Transforms/SeparateConstOffsetFromGEP/crash-in-unreachable-code.ll
Log Message:
-----------
SeparateConstOffsetFromGEP: Fix stack overflow in unreachable code
ConstantOffsetExtractor::Find was infinitely recursing on the add
referencing itself.
Compare: https://github.com/llvm/llvm-project/compare/81f8ad176966...88146230e1b2
More information about the All-commits
mailing list