[all-commits] [llvm/llvm-project] 0e1a92: [NFC][SPIRV] Update OpMin test to show that the pr...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Wed Dec 10 05:18:51 PST 2025
Branch: refs/heads/users/jmmartinez/spirv/opencl_intrinsic_opextinst_rewrite
Home: https://github.com/llvm/llvm-project
Commit: 0e1a925bb3cccdf1f64ac22d09014cb0c1f4821d
https://github.com/llvm/llvm-project/commit/0e1a925bb3cccdf1f64ac22d09014cb0c1f4821d
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
A llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
R llvm/test/CodeGen/SPIRV/transcoding/OpMin.ll
Log Message:
-----------
[NFC][SPIRV] Update OpMin test to show that the promotion to vector is broken
Commit: 49b38fe725a5fc3d16cf07748a9d48beea780b22
https://github.com/llvm/llvm-project/commit/49b38fe725a5fc3d16cf07748a9d48beea780b22
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
Log Message:
-----------
[SPIRV] Remove the vector-scalar min/max/fmin/fmax IR rewriting
Commit: b6cc5bbe020864d99e91619e519a6538d0d7b416
https://github.com/llvm/llvm-project/commit/b6cc5bbe020864d99e91619e519a6538d0d7b416
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
Log Message:
-----------
[SPIRV] Promote scalar arguments to vector for OpExtInst
Commit: f256ad7c89fbe9a253e68a67e155774ee4435a86
https://github.com/llvm/llvm-project/commit/f256ad7c89fbe9a253e68a67e155774ee4435a86
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton_bug.ll
Log Message:
-----------
[Review] for clarity, split the test case in two
Commit: 4c11225c941195d4bcbd257b2d30ddbf9b6c1977
https://github.com/llvm/llvm-project/commit/4c11225c941195d4bcbd257b2d30ddbf9b6c1977
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton_bug.ll
Log Message:
-----------
[Review] Fix the _bug test such that it passes if spirv-tools is not available.
Commit: aa44e80f160b63474b77852a4050c8f6dbfac6f3
https://github.com/llvm/llvm-project/commit/aa44e80f160b63474b77852a4050c8f6dbfac6f3
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
Log Message:
-----------
[Review] Broadcast->Splat & Move code to helper
Commit: fc77377d8c02aa8af34fa51c93a4b58fee76c71f
https://github.com/llvm/llvm-project/commit/fc77377d8c02aa8af34fa51c93a4b58fee76c71f
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
Log Message:
-----------
[Revew] getOpExtCallArguments->getBuiltinCallArguments
Commit: cc58394c877ef80e0cdabff41b3ca5be49e52c32
https://github.com/llvm/llvm-project/commit/cc58394c877ef80e0cdabff41b3ca5be49e52c32
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
A llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promotion.ll
A llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promotion_bug.ll
R llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton.ll
R llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promoton_bug.ll
Log Message:
-----------
[Review] promoton -> promotion in test name
Commit: a2b1bda8f73b06472c87d854334fd07165198022
https://github.com/llvm/llvm-project/commit/a2b1bda8f73b06472c87d854334fd07165198022
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)
Changed paths:
M llvm/test/CodeGen/SPIRV/transcoding/OpExtInst_vector_promotion.ll
Log Message:
-----------
[Review] missing .
Compare: https://github.com/llvm/llvm-project/compare/47205d0460a5...a2b1bda8f73b
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list