[all-commits] [llvm/llvm-project] 2c4548: [rs4gc] Use loops instead of straightline code for...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Apr 2 09:25:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c4548e18e09686659bddad617b8c42a47714540
https://github.com/llvm/llvm-project/commit/2c4548e18e09686659bddad617b8c42a47714540
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Log Message:
-----------
[rs4gc] Use loops instead of straightline code for attribute stripping [nfc]
Mostly because I'm about to add more attributes and the straightline copies get much uglier. What's currently there isn't too bad.
More information about the All-commits
mailing list