[all-commits] [llvm/llvm-project] 75b790: clang: Regenerate test checks
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jul 7 12:28:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75b79019013b0891fe5afcd19097ad3c5958d34d
https://github.com/llvm/llvm-project/commit/75b79019013b0891fe5afcd19097ad3c5958d34d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
Log Message:
-----------
clang: Regenerate test checks
Commit: 42d4c85ca83f25f993444fb5bbaa58525f724991
https://github.com/llvm/llvm-project/commit/42d4c85ca83f25f993444fb5bbaa58525f724991
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/test/CodeGen/fp-floatcontrol-stack.cpp
M clang/test/CodeGenOpenCL/cl20-device-side-enqueue-attributes.cl
Log Message:
-----------
clang: Stop emitting "strictfp"
The attribute is a proper enum attribute, strictfp. We were getting
strictfp and "strictfp" set on every function with
-fexperimental-strict-floating-point.
https://reviews.llvm.org/D139629
Commit: 64d325454bc0adb468026c74aa077594ff820a07
https://github.com/llvm/llvm-project/commit/64d325454bc0adb468026c74aa077594ff820a07
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
R llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-foldnegate.ll
Log Message:
-----------
AMDGPU: Delete custom combine on class intrinsic
This is no longer necessary as class-with-constant will always be
transformed to the generic class intrinsic.
https://reviews.llvm.org/D153901
Compare: https://github.com/llvm/llvm-project/compare/338c80516bc7...64d325454bc0
More information about the All-commits
mailing list